| | |
| | | package cn.lihu.jh.module.system.api.dept; |
| | | |
| | | import cn.lihu.jh.framework.common.enums.CommonStatusEnum; |
| | | import cn.lihu.jh.framework.common.pojo.CommonResult; |
| | | import cn.lihu.jh.framework.common.util.collection.CollectionUtils; |
| | | import cn.lihu.jh.framework.common.util.object.BeanUtils; |
| | | import cn.lihu.jh.module.system.api.dept.dto.DeptRespDTO; |
| | | |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import static cn.lihu.jh.framework.common.pojo.CommonResult.success; |
| | | |
| | | /** |
| | | * 部门 API 接口 |
| | |
| | | */ |
| | | List<DeptRespDTO> getChildDeptList(Long id); |
| | | |
| | | /** |
| | | * |
| | | */ |
| | | List<DeptRespDTO> getSimpleDeptList(); |
| | | |
| | | } |