【MapSheep】
[好记性不如烂笔头]
Student stu() {
	this.setId(38L);
	this.setName("38号");
	return this;
}
// System.out.println(JSON.toJSON(new Student().stu()));
// TODO: {"name":"38号","id":38}
posted on 2021-05-13 11:30  (Play)  阅读(45)  评论(0编辑  收藏  举报