zhanghl
2025-04-22 d2d8db6a6f66f3b646e395a7a2a4822ce68d5b47
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);
}