using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YY.Admin.Services.Service.Role { public interface ISysRoleMenuService { /// /// 根据角色Id集合获取菜单Id集合 /// /// /// Task> GetRoleMenuIdList(List roleIdList); } }