管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-21 93e7ba2b0b0cc1e1ddc68717aa983d0595b8626d
src/main/java/com/lf/server/mapper/data/DirMapper.java
@@ -99,4 +99,11 @@
     * @return
     */
    public List<DirEntity> selectRecursiveById(Integer id);
    /**
     * 查询项目目录树
     *
     * @return
     */
    public List<DirEntity> selectDirsForPrj();
}