xiangpei
2025-04-23 c1a9747777ea9aee817f306475c94031e5559cc4
system/src/main/java/com/ycl/system/service/ISysDeptService.java
@@ -160,4 +160,12 @@
     * @return
     */
    List<StringTreeSelect> flowableAll();
    /**
     * 获取某部门的下级部门
     *
     * @param deptId
     * @return
     */
    List<Long> getChildIds(Long deptId);
}