mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
executor模块查询新增组织ID,删除排单接口逻辑修改
This commit is contained in:
+2
-2
@@ -9,9 +9,9 @@ import lombok.Getter;
|
||||
public enum ProcessProcessingTypeEnum {
|
||||
|
||||
|
||||
COMPONENTPROCESSING(7L,"组件加工");
|
||||
COMPONENTPROCESSING(7,"组件加工");
|
||||
|
||||
private Long number;
|
||||
private Integer number;
|
||||
private String fabricatedItem;
|
||||
|
||||
public boolean equals(Integer number) {
|
||||
|
||||
Reference in New Issue
Block a user