随笔分类 - java
摘要:public List<CategoryEntity> queryWithTree() { //所有数据 List<CategoryEntity> entityList = baseMapper.selectList(null); List<CategoryEntity> collect = ent
阅读全文
摘要:@Data public class Tree implements Serializable { private static final long serialVersionUID = 1L; /** 节点主键 */ private Long pkId; /** 节点ID */ private
阅读全文

浙公网安备 33010602011771号