mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
全局替换:生产单 -> 订单
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import lombok.Getter;
|
||||
|
||||
|
||||
/**
|
||||
* @author 生产单板材开料状态表
|
||||
* @author 订单板材开料状态表
|
||||
*/
|
||||
|
||||
@AllArgsConstructor
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ public enum PlanTypeEnum {
|
||||
|
||||
MIXEDORDERPLAN(1, "混单排单"),
|
||||
|
||||
ORDERPLAN(2, "生产单排单");
|
||||
ORDERPLAN(2, "订单排单");
|
||||
|
||||
private Integer type;
|
||||
private String scheduling;
|
||||
|
||||
Reference in New Issue
Block a user