zss
2025-05-12 99cf848f87e2e06954d1ca101c9ff1879cf801c7
cnas-server/src/main/java/com/yuanchu/mom/mapper/DepartmentMapper.java
@@ -22,4 +22,6 @@
    //根据部门id,查询他的所有子类id
    List<Integer> selectSonById(Integer id);
    List<DepartmentDto> selectCustomList();
}