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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user