摘要: 一。两个实体类的属性名称对应之间的转化 1.两个实体类 public class Entity1 { private Integer id; private String name; private Integer age; private byte sex; // get/set } public 阅读全文
posted @ 2020-01-14 17:58 郑某人1 阅读(1231) 评论(0) 推荐(0) 编辑