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); /** * 查询部门树结构信息 *