public class DtDepartmentServiceImpl extends Object implements DtDepartmentService
public List<DtDepart> list(Long id) throws DtErrorException
DtDepartmentServicelist 在接口中 DtDepartmentServiceDtErrorException默认递归获取部门列表public List<DtDepart> list(Long id, Boolean fetchChild) throws DtErrorException
DtDepartmentServicelist 在接口中 DtDepartmentServiceid - 部门id。非必需,可为nullfetchChild - 是否递归部门的全部子部门。非必填,可为nullDtErrorException - 异常Copyright © 2021. All rights reserved.