更新控制器

This commit is contained in:
lzw
2021-10-13 23:08:42 +08:00
parent 86ab52df57
commit 1452979319
12 changed files with 227 additions and 40 deletions

View File

@@ -33,12 +33,6 @@ namespace Yi.Framework.Interface
/// <param name="menuId"></param>
/// <returns></returns>
Task<bool> SetMenusByRolesId(List<int> menuIds, int roleId);
/// <summary>
/// 添加角色
/// </summary>
/// <param name="_role"></param>
/// <returns></returns>
Task<bool> AddRole(role _role);
}
}