郑永安
2023-07-03 fc468a1c83be3997f9a7f32c6f61bc2795594579
src/main/java/com/ruoyi/project/system/dept/mapper/DeptMapper.java
@@ -106,4 +106,8 @@
     * @return 部门列表
     */
    List<Dept> selectChildrenDeptById(Long deptId);
    /**
     * get by id
     */
    Dept getDepById(Long deptId);
}