@ -3737,8 +3737,7 @@ public class MesEnumUtil {
INSTOCKED(40, "入库"),
SHIPING(50, "发运"),
REDO(60, "重做"),
CLOSE(90, "关闭"),
;
CLOSE(90, "关闭");
private int value;
private String description;