原材料入库

This commit is contained in:
2026-05-15 11:34:12 +08:00
parent f5ba828eff
commit 70dced7d2c
1700 changed files with 24156 additions and 33 deletions

View File

@@ -46,7 +46,7 @@ public class MesMixerMaterial implements Serializable {
@Excel(name = "物料别名", width = 15)
private String aliasName;
@Excel(name = "状态", width = 12, replace = {"在投管_1", "未投管_0"})
@Excel(name = "状态", width = 12, replace = {"在投管_1", "未投管_0"})
private Integer feedManageStatus;
@Excel(name = "使用状态", width = 12, replace = {"使用中_1", "停用_0"})
private Integer useStatus;