From 03a944aff2becef86a03187600f2e7cf7c957475 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 20 Nov 2023 18:50:27 +0800 Subject: [PATCH] =?UTF-8?q?del:=20=E7=A7=BB=E9=99=A4=E9=9D=99=E6=80=81?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/framework/constants/roledatascope/roledatascope.go | 9 --------- 1 file changed, 9 deletions(-) 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: "仅本人数据权限", -}