liu
22 小时以前 1eb432710b7a3a2e820be10b17c0138b377ee1b8
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/api/dept/DeptApi.java
@@ -31,6 +31,13 @@
    List<DeptRespDTO> getDeptList(Collection<Long> ids);
    /**
     * 获得全部部门列表
     *
     * @return 部门信息数组
     */
    List<DeptRespDTO> getDeptList();
    /**
     * 校验部门们是否有效。如下情况,视为无效:
     * 1. 部门编号不存在
     * 2. 部门被禁用