库存调整记录查询报错;
This commit is contained in:
+2
@@ -211,4 +211,6 @@ public class InventoryAdjustmentRecordDO extends BaseVOEntity {
|
||||
@ApiModelProperty("LOT编号")
|
||||
@Excel(name = "LOT编号")
|
||||
private String lotNumber;
|
||||
private String expiryDate;
|
||||
private String productionDate;
|
||||
}
|
||||
+2
@@ -169,4 +169,6 @@ public class InventoryAdjustmentRecordDTO extends BaseVOEntity {
|
||||
|
||||
@ApiModelProperty(name = "权限菜单ID")
|
||||
private Long permissionMenuId;
|
||||
private String expiryDate;
|
||||
private String productionDate;
|
||||
}
|
||||
Reference in New Issue
Block a user