mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-20 00:16:37 +08:00
更新角色控制器
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Yi.Framework.Interface
|
||||
/// </summary>
|
||||
/// <param name="roleIds"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<menu>> GetMenusByRoleId(List<int> roleIds);
|
||||
Task<List<menu>> GetMenusByRoleId(int roleId);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user