feat:添加数据权限搭建,准备完成数据权限过滤
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Yi.Furion.Application.Rbac.Services
|
||||
/// </summary>
|
||||
public interface IDeptService : ICrudAppService<DeptGetOutputDto, DeptGetListOutputDto, long, DeptGetListInputVo, DeptCreateInputVo, DeptUpdateInputVo>
|
||||
{
|
||||
Task<List<long>> GetChiIds(long deptId);
|
||||
Task<List<long>> GetChildListAsync(long deptId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user