管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-18 b07cdf03ec1754aefa231b3199171e0b11bc99f8
src/main/java/com/lf/server/mapper/data/DirMapper.java
@@ -21,7 +21,7 @@
     * @param dirEntity
     * @return
     */
    public Integer insertDir(DirEntity dirEntity);
    public Integer insert(DirEntity dirEntity);
    /**
     * 插入多条
@@ -29,7 +29,7 @@
     * @param list
     * @return
     */
    public Integer insertDirs(List<DirEntity> list);
    public Integer inserts(List<DirEntity> list);
    /**
     * 删除一条
@@ -53,7 +53,7 @@
     * @param dirEntity
     * @return
     */
    public Integer updateDir(DirEntity dirEntity);
    public Integer update(DirEntity dirEntity);
    /**
     * 更新多条
@@ -61,7 +61,7 @@
     * @param list
     * @return
     */
    public Integer updateDirs(List<DirEntity> list);
    public Integer updates(List<DirEntity> list);
    /**
     * 查询单条数据
@@ -86,6 +86,13 @@
    public List<DirEntity> selectDirRoot();
    /**
     * 查询项目
     *
     * @return
     */
    public List<DirEntity> selectProject();
    /**
     * 递归查询
     *
     * @param name