摘要: public List<CategoryEntity> queryWithTree() { //所有数据 List<CategoryEntity> entityList = baseMapper.selectList(null); List<CategoryEntity> collect = ent 阅读全文
posted @ 2023-11-13 11:28 指尖的键舞 阅读(56) 评论(0) 推荐(0)
摘要: @Data public class Tree implements Serializable { private static final long serialVersionUID = 1L; /** 节点主键 */ private Long pkId; /** 节点ID */ private 阅读全文
posted @ 2023-11-13 11:25 指尖的键舞 阅读(35) 评论(0) 推荐(0)