摘要: 一、导入Jar包 二、定义实体类与DB表 1 public class Student { 2 private Integer id; 3 private String name; 4 private int age; 5 6 7 public Student() { 8 super(); 9 } 阅读全文
posted @ 2018-02-28 15:43 honghj 阅读(348) 评论(0) 推荐(0) 编辑