mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
资金管理接口,ES索引统一枚举
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ public enum PlanStatusEnum {
|
||||
|
||||
NOCUTTING(0, "未开料/新单"),
|
||||
OPENING(1, "开料中"),
|
||||
OPENED(2, "已开料"),
|
||||
PUTINTOPRODUCTION(3,"已投产");
|
||||
OPENED(2, "已开料");
|
||||
|
||||
private Integer status;
|
||||
private String scheduling;
|
||||
|
||||
Reference in New Issue
Block a user