完善维护列表
parent
e4ff44e5b0
commit
bc5b9fc60a
|
@ -29,4 +29,8 @@ public class Student {
|
||||||
* 测试年龄
|
* 测试年龄
|
||||||
*/
|
*/
|
||||||
private Integer age;
|
private Integer age;
|
||||||
|
/**
|
||||||
|
* 测试性别
|
||||||
|
*/
|
||||||
|
private String sex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue