Merge branch 'feature/REQ-1212' into feature/REQ-1102

This commit is contained in:
chenwenjian 2023-09-18 11:13:18 +08:00
commit 1d35645c70

View File

@ -27,7 +27,13 @@ public enum DictWorkSpaceTypeEnum {
/**
* OMS工作台
*/
OMS("oms", "OMS工作台");
OMS("oms", "OMS工作台"),
/**
* 班组工作台
*/
TEAM("team","班组工作台")
;
@EnumValue
@JsonValue