using Hotline.Identity.Roles; using Hotline.Share.Dtos.Roles; using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hotline.Application.Users; public interface IRoleApplication { ISugarQueryable GetRuleItems(QueryRolesPagedDto dto); }