update:区域权限 相关的加入到UserManager
This commit is contained in:
@@ -33,8 +33,12 @@ namespace Ewide.Core
|
||||
Task<List<string>> GetRoleExtraDataScopeList(string roleId);
|
||||
//获取角色额外授权的区域信息
|
||||
Task<List<string>> GetRoleExtraAreaScopeList(string roleId);
|
||||
Task<List<string>> GetUserAllAreaList();
|
||||
Task<List<string>> GetUserAllAreaList(string userId);
|
||||
|
||||
//获取用户的授权范围
|
||||
Task<List<string>> GetUserAllDataScopeList();
|
||||
Task<List<string>> GetUserAllDataScopeList(string userId);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user