修改海纳川问题

yun-zuoyi
宋军超 5 years ago
parent 731b1c60ee
commit 6e60bee0dd

@ -2339,7 +2339,8 @@ public class MesEnumUtil {
public enum MES_WORK_CELL_TYPE {
NORMAL(10, "正常"),
REWORK(20, "返修");
REWORK(20, "返修"),
ON_LINE(30, "上线工位");
private int value;
private String description;

Loading…
Cancel
Save