This commit is contained in:
xy
2025-12-25 20:44:52 +08:00
parent 9ffbdbdf57
commit 6b0bad6047
3 changed files with 10 additions and 17 deletions

View File

@@ -19,6 +19,8 @@ public enum AppRoleEnum {
BXS_USER("bxs_user","便携式正式用户"),
ROOT("root","超级管理员"),
OPERATION_MANAGER("operation_manager","运维管理员"),
REGULAR_USER_8000("regular_user_8000","正式用户综合电能质量"),
REGULAR_USER("regular_user","正式用户物联云平台")
;
private final String code;