按日期查询报错;
This commit is contained in:
+2
@@ -251,4 +251,6 @@ public class ReservationMaterialInventoryDO extends MaterialBaseDO {
|
||||
@ApiModelProperty("入库时间 ")
|
||||
@Excel(name = "入库时间 ")
|
||||
private String createTimeEnd;
|
||||
private String expiryDateStr;
|
||||
private String productionDateStr;
|
||||
}
|
||||
+2
@@ -191,5 +191,7 @@ public class ReservationMaterialInventoryDTO extends MaterialBaseDTO {
|
||||
@ApiModelProperty("入库时间 ")
|
||||
@Excel(name = "入库时间 ")
|
||||
private String createTimeEnd;
|
||||
private String expiryDate;
|
||||
private String productionDate;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user