数据权限

This commit is contained in:
陈淳
2022-09-15 19:05:57 +08:00
parent 0cc326836c
commit 2a4f646181
2 changed files with 95 additions and 5 deletions

View File

@@ -8,10 +8,10 @@ namespace Yi.Framework.Common.Enum
{
public enum DataScopeEnum
{
All = 0,
Custom = 1,
Dept = 2,
DeptAndUnder = 3,
User = 4
ALL = 0,
CUSTOM = 1,
DEPT = 2,
DEPT_FOLLOW = 3,
USER = 4
}
}