16639036659
2023-09-20 f0f5cb89af348ff6120eddd478a79f6d182d95f1
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);
}