heheng
2025-10-15 a4f1e1a9b97f7606347ba1b6a5c5957c3fc28a59
gkhy-system/src/main/java/com/gkhy/system/service/ISysDeptService.java
@@ -1,8 +1,10 @@
package com.gkhy.system.service;
import java.util.Date;
import java.util.List;
import com.gkhy.common.core.domain.TreeSelect;
import com.gkhy.common.core.domain.entity.SysDept;
import com.gkhy.system.domain.vo.DeptVo;
/**
 * 部门管理 服务层
@@ -19,6 +21,9 @@
     */
    public List<SysDept> selectDeptList(SysDept dept);
    List<DeptVo> selectDeptData (Date beginDate);
    /**
     * 查询部门树结构信息
     *