入库批次号赋值

This commit is contained in:
王奎兴
2026-05-28 20:33:41 +08:00
parent 11f8f5b440
commit e8dc8cf0cc
14 changed files with 48 additions and 2 deletions
@@ -76,4 +76,12 @@ public class MaterialInventoryOmsParamDO extends BaseVOEntity {
private LoginUser loginUser;
private String batchNo;
//生产日期
private Date productionDate;
//过期日期
private Date expiryDate;
}