diff --git a/src/framework/constants/roledatascope/roledatascope.go b/src/framework/constants/roledatascope/roledatascope.go index 52c6350e..c18cc893 100644 --- a/src/framework/constants/roledatascope/roledatascope.go +++ b/src/framework/constants/roledatascope/roledatascope.go @@ -18,12 +18,3 @@ const ( // 仅本人数据权限 SELF = "5" ) - -// 系统角色数据范围映射 -var RoleDataScope = map[string]string{ - ALL: "全部数据权限", - CUSTOM: "自定数据权限", - DEPT: "部门数据权限", - DEPT_AND_CHILD: "部门及以下数据权限", - SELF: "仅本人数据权限", -}