eight
2024-08-13 7660fe12273a6b132256a2fa83ca1b11d6b2381f
jh-module-system/jh-module-system-api/src/main/java/cn/lihu/jh/module/system/api/dept/DeptApi.java
@@ -1,11 +1,16 @@
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 接口
@@ -58,4 +63,9 @@
     */
    List<DeptRespDTO> getChildDeptList(Long id);
    /**
     *
     */
    List<DeptRespDTO> getSimpleDeptList();
}