Crunchy
2024-07-30 d57d7dd3b307c53b8553414db708161c67b85628
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();
}