递归
摘要:
@Override public List<CategoryEntity> listWithTree() { //1、查询所有分类 List<CategoryEntity> entities = baseMapper.selectList(null); //2、组装成树状的父子结构 //查出所有的一 阅读全文
posted @ 2023-12-07 21:07 孤独的圆 阅读(3) 评论(0) 推荐(0) 编辑
2023年12月7日 #
posted @ 2023-12-07 21:07 孤独的圆 阅读(3) 评论(0) 推荐(0) 编辑
posted @ 2023-12-07 21:04 孤独的圆 阅读(173) 评论(0) 推荐(0) 编辑