heheng
9 天以前 19871e8ac9606710b1009f5f86366fb445a7ace8
multi-system/src/main/java/com/gkhy/exam/system/service/ISysDeptService.java
@@ -36,7 +36,10 @@
     * @param dept 部门信息
     * @return 部门树信息集合
     */
    public List<SysDept> selectDeptTreeList(SysDept dept);
    public List<TreeSelect> selectDeptTreeList(SysDept dept);
    List<SysDept> getParentInfo(Long deptId);
    /**
     * 构建前端所需要树结构