chenrui
3 天以前 ab01a0f611c0adb97662bc8f548ca4a911ec8045
src/main/java/com/ruoyi/project/system/service/ISysDeptService.java
@@ -121,4 +121,11 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    /**
     * 查询顶层部门id
     * @param deptId
     * @return
     */
    Long maxLevelDeptId(Long deptId);
}