足力健后端,使用.netcore版本,合并1个项目使用
using System.Common; using System; using System.Model; using System.Threading.Tasks; namespace System.IRepositories { public interface ISys_RoleFunctionRepository : IRepository<T_Sys_RoleFunction> { Task<object> GetMenuAsync(int roleid); } }