管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-20 0f58d77f1df46e82dad00b23f245abdcd6cb8a2c
src/main/java/com/lf/server/mapper/data/DirMapper.java
@@ -86,10 +86,17 @@
    public List<DirEntity> selectDirRoot();
    /**
     * 递归查询
     * 查询项目
     *
     * @param name
     * @return
     */
    public List<DirEntity> selectDirRecursive(String name);
    public List<DirEntity> selectProject();
    /**
     * 递归查询
     *
     * @param id
     * @return
     */
    public List<DirEntity> selectRecursiveById(Integer id);
}