Merge remote-tracking branch 'origin/feature/REQ-1102' into feature/REQ-1102

This commit is contained in:
zhansihu 2023-09-18 11:15:03 +08:00
commit f1528f72a4

View File

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