heheng
2024-11-20 2d27b24029adafdbfc5703b38a519d65beda6a68
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);
    /**
     * 查询部门树结构信息
     *