Crunchy
2024-08-08 6b5c4857b9b8e147982b9b6a105969214225b0ef
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();
}