库存调整记录查询报错;

This commit is contained in:
王奎兴
2026-05-30 11:08:04 +08:00
parent b56cf5bc24
commit 51576d5eba
2 changed files with 4 additions and 0 deletions
@@ -211,4 +211,6 @@ public class InventoryAdjustmentRecordDO extends BaseVOEntity {
@ApiModelProperty("LOT编号")
@Excel(name = "LOT编号")
private String lotNumber;
private String expiryDate;
private String productionDate;
}
@@ -169,4 +169,6 @@ public class InventoryAdjustmentRecordDTO extends BaseVOEntity {
@ApiModelProperty(name = "权限菜单ID")
private Long permissionMenuId;
private String expiryDate;
private String productionDate;
}