原材料入库
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user