Crunchy
2024-08-04 1a9720fad996fc7a48754205dd413a707131e929
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();
}