管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-05-25 df9b5941f4e4f59f56b3234942f810f83c99b501
src/main/java/com/lf/server/mapper/data/DirMapper.java
@@ -72,6 +72,14 @@
    public DirEntity selectDir(int id);
    /**
     * 根据Code查询目录
     *
     * @param code
     * @return
     */
    public DirEntity selectByCode(String code);
    /**
     * 查询多条数据
     *
     * @return
@@ -88,9 +96,10 @@
    /**
     * 查询项目
     *
     * @param name
     * @return
     */
    public List<DirEntity> selectProject();
    public List<DirEntity> selectProject(String name);
    /**
     * 递归查询