管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-18 83cc589740899a441685a9350b85925fa8fd0a3b
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);
}