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:
+2
-1
@@ -9,7 +9,8 @@ import lombok.Getter;
|
||||
public enum ProcessProcessingTypeEnum {
|
||||
|
||||
|
||||
COMPONENTPROCESSING(7,"组件加工");
|
||||
COMPONENTPROCESSING(7,"组件加工"),
|
||||
PLATE(8,"板材加工");
|
||||
|
||||
private Integer number;
|
||||
private String fabricatedItem;
|
||||
|
||||
Reference in New Issue
Block a user