|
@@ -28,6 +28,8 @@ public enum OrderFlagEnum implements BaseEnum {
|
|
PARTS_ING("PARTS_ING","配件申请中",10),
|
|
PARTS_ING("PARTS_ING","配件申请中",10),
|
|
PARTS_END("PARTS_END","配件已到货",11),
|
|
PARTS_END("PARTS_END","配件已到货",11),
|
|
PARTS_CANCEL("PARTS_CANCEL","配件已取消",12),
|
|
PARTS_CANCEL("PARTS_CANCEL","配件已取消",12),
|
|
|
|
+ ORDER4("ORDER4","4.0工单",13),
|
|
|
|
+ ORDER("ORDER4","自建工单",14),
|
|
;
|
|
;
|
|
|
|
|
|
@EnumValue
|
|
@EnumValue
|