feat:完善用户查询部门过滤

This commit is contained in:
橙子
2023-05-21 13:16:04 +08:00
parent b50f2b4c7e
commit 95a91a10b3
3 changed files with 17 additions and 6 deletions

View File

@@ -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);
}
}