public interface DtDepartmentService
List<DtDepart> list(Long id) throws DtErrorException
DtErrorException默认递归获取部门列表List<DtDepart> list(Long id, Boolean fetchChild) throws DtErrorException
id - 部门id。非必需,可为nullfetchChild - 是否递归部门的全部子部门。非必填,可为nullDtErrorException - 异常Copyright © 2021. All rights reserved.