eight
2025-04-15 01a81beea99c0298a3b6178c7796f4c27b30c6c7
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();
}