马宇豪
2023-05-09 77aa84a4e6a0ff60870416e5d9bce2afa23b793a
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);
}