物联用户权限分配

This commit is contained in:
xy
2025-11-14 10:00:24 +08:00
parent d48cf09119
commit 9d32ca05df
5 changed files with 31 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ public enum AppRoleEnum {
APP_VIP_USER("app_vip_user","移动端正式用户"),
MARKET_USER("market_user","营销角色"),
ENGINEERING_USER("engineering_user","工程角色"),
BXS_USER("bxs_user","便携式正式用户"),
ROOT("root","超级管理员"),
OPERATION_MANAGER("operation_manager","运维管理员"),
;