Merge branch 'feature/REQ-1212' into feature/REQ-1102
This commit is contained in:
commit
1d35645c70
@ -27,7 +27,13 @@ public enum DictWorkSpaceTypeEnum {
|
||||
/**
|
||||
* OMS工作台
|
||||
*/
|
||||
OMS("oms", "OMS工作台");
|
||||
OMS("oms", "OMS工作台"),
|
||||
|
||||
/**
|
||||
* 班组工作台
|
||||
*/
|
||||
TEAM("team","班组工作台")
|
||||
;
|
||||
|
||||
@EnumValue
|
||||
@JsonValue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user