chenrui
2025-03-21 82a57fc77fc3f170c436f205761113c1178d7a7f
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();
}