heheng
2025-05-20 dc4f8829472baf47345e3a01384d7b5eaf7ee727
expert-system/src/main/java/com/gkhy/system/service/ISysDeptService.java
@@ -1,8 +1,9 @@
package com.gkhy.system.service;
import java.util.List;
import com.gkhy.common.core.domain.TreeSelect;
import com.gkhy.common.core.domain.entity.SysDept;
import java.util.List;
/**
 * 部门管理 服务层
@@ -19,6 +20,8 @@
     */
    public List<SysDept> selectDeptList(SysDept dept);
    List<SysDept> getOutDeptList(SysDept dept);
    /**
     * 查询部门树结构信息
     *