PDA库存查询报错

This commit is contained in:
秦鸿展
2026-05-30 21:56:54 +08:00
parent 3971da36e6
commit 40862795b7
2 changed files with 7 additions and 0 deletions
@@ -253,4 +253,7 @@ public class MaterialInventoryQueryListDO extends MaterialBaseDO {
@ApiModelProperty("订单物料明细id")
private Long materialDetailId;
/** 为 true 时 SQL 排除库存数量为 0(含 null 视为 0) */
private Boolean excludeZeroInventoryQuantity;
}
@@ -184,4 +184,8 @@ public class MaterialInventoryQueryListDTO extends MaterialBaseDTO {
@ApiModelProperty("箱号/卡板号")
@Excel(name = "箱号/卡板号")
private String boxPalletNo;
/** 为 true 时排除库存数量为 0 的行;库存查询页不传或 false */
@ApiModelProperty(value = "是否排除库存数量为0", example = "false")
private Boolean excludeZeroInventoryQuantity;
}