src/main/java/com/lf/server/mapper/data/DirMapper.java
@@ -51,6 +51,14 @@ public Integer updateDir(DirEntity dirEntity); /** * 批量修改数据 * @param dirEntity * @return */ public Integer updateDirs(List<DirEntity> dirEntity); /** * 查询单条数据 * @param id * @return @@ -63,5 +71,9 @@ */ public List<DirEntity> selectDirAll(); /** * 递归查询 * @return */ public List<DirEntity> selectDirRecursive(); }