mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 12:52:07 +08:00
保存优化排单状态修正
This commit is contained in:
+3
-2
@@ -10,8 +10,9 @@ public enum PlanStatusEnum {
|
||||
|
||||
|
||||
NOCUTTING(0, "未开料/新单"),
|
||||
OPENING(1, "开料中"),
|
||||
OPENED(2, "已开料");
|
||||
OPTIMIZED(1,"已优化"),
|
||||
OPENING(2, "开料中"),
|
||||
OPENED(3, "已开料");
|
||||
|
||||
private Integer status;
|
||||
private String scheduling;
|
||||
|
||||
Reference in New Issue
Block a user