src/main/java/com/lf/server/mapper/data/DirMapper.java
@@ -99,4 +99,12 @@ * @return */ public List<DirEntity> selectDirRecursive(String name); /** * 递归查询 * * @param id * @return */ public List<DirEntity> selectRecursiveById(Integer id); }