zhanghl
2025-05-23 dec8951aae400e54f6ee83a8f95867dba9da8af1
aps-modules/aps-system/src/main/java/com/aps/system/mapper/SysDeptMapper.java
@@ -115,4 +115,6 @@
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    List<SysDept>  selectDeptListByIdList(List<Long> deptIdList);
}