预约改造;pda报错;
This commit is contained in:
+3
@@ -190,5 +190,8 @@ public class MaterialInventoryDTO extends MaterialBaseDTO {
|
||||
private Boolean excludeZeroInventoryQuantity;
|
||||
private String expiryDate;
|
||||
private String productionDate;
|
||||
private String expiryDateStr;
|
||||
private String productionDateStr;
|
||||
private String updateTimeStr;
|
||||
|
||||
}
|
||||
+4
-1
@@ -188,4 +188,7 @@ public class MaterialInventoryQueryListDTO extends MaterialBaseDTO {
|
||||
/** 为 true 时排除库存数量为 0 的行;库存查询页不传或 false */
|
||||
@ApiModelProperty(value = "是否排除库存数量为0", example = "false")
|
||||
private Boolean excludeZeroInventoryQuantity;
|
||||
}
|
||||
private String expiryDateStr;
|
||||
private String productionDateStr;
|
||||
private String updateTimeStr;
|
||||
}
|
||||
Reference in New Issue
Block a user