PDA库存查询报错
This commit is contained in:
+3
@@ -253,4 +253,7 @@ public class MaterialInventoryQueryListDO extends MaterialBaseDO {
|
|||||||
@ApiModelProperty("订单物料明细id")
|
@ApiModelProperty("订单物料明细id")
|
||||||
private Long materialDetailId;
|
private Long materialDetailId;
|
||||||
|
|
||||||
|
/** 为 true 时 SQL 排除库存数量为 0(含 null 视为 0) */
|
||||||
|
private Boolean excludeZeroInventoryQuantity;
|
||||||
|
|
||||||
}
|
}
|
||||||
+4
@@ -184,4 +184,8 @@ public class MaterialInventoryQueryListDTO extends MaterialBaseDTO {
|
|||||||
@ApiModelProperty("箱号/卡板号")
|
@ApiModelProperty("箱号/卡板号")
|
||||||
@Excel(name = "箱号/卡板号")
|
@Excel(name = "箱号/卡板号")
|
||||||
private String boxPalletNo;
|
private String boxPalletNo;
|
||||||
|
|
||||||
|
/** 为 true 时排除库存数量为 0 的行;库存查询页不传或 false */
|
||||||
|
@ApiModelProperty(value = "是否排除库存数量为0", example = "false")
|
||||||
|
private Boolean excludeZeroInventoryQuantity;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user