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