Student stu() {
this.setId(38L);
this.setName("38号");
return this;
}
// System.out.println(JSON.toJSON(new Student().stu()));
// TODO: {"name":"38号","id":38}
Student stu() {
this.setId(38L);
this.setName("38号");
return this;
}
// System.out.println(JSON.toJSON(new Student().stu()));
// TODO: {"name":"38号","id":38}