更新控制器

This commit is contained in:
lzw
2021-10-18 16:46:40 +08:00
parent 3e0e9a5640
commit 3dbd838de6
11 changed files with 45 additions and 8 deletions

View File

@@ -34,5 +34,6 @@ namespace Yi.Framework.Interface
/// <returns></returns>
Task<bool> SetMenusByRolesId(List<int> menuIds, List<int> roleIds);
}
}