摘要: 1、自定义对象 package com.spring.first.res; public class NodeForOther { private Long id; private String name; public NodeForOther(Long id, String name) { th 阅读全文
posted @ 2021-08-04 10:52 smellycats 阅读(279) 评论(0) 推荐(0) 编辑