01 | package com.ms.ssm.pojo; |
02 |
03 | import java.util.List; |
04 |
05 | public class Student { |
06 |
07 | |
08 | private Integer id; |
09 | private String name; |
10 | private String sex; |
11 | private Integer age; |
12 | private String classname; |
13 | |
14 | private List<Student> list; |
15 |
16 | public Integer getId() { |
17 | return id; |
18 | } |
19 |
20 | public void setId(Integer id) { |
21 | this .id = id; |
22 | } |
23 |
24 | public String getName() { |
25 | return name; |
26 | } |
27 |
28 | public void setName(String name) { |
29 | this .name = name; |
30 | } |
31 |
32 | public String getSex() { |
33 | return sex; |
34 | } |
35 |
36 | public void setSex(String sex) { |
37 | this .sex = sex; |
38 | } |
39 |
40 | public Integer getAge() { |
41 | return age; |
42 | } |
43 |
44 | public void setAge(Integer age) { |
45 | this .age = age; |
46 | } |
47 |
48 | public String getClassname() { |
49 | return classname; |
50 | } |
51 |
52 | public void setClassname(String classname) { |
53 | this .classname = classname; |
54 | } |
55 |
56 | public List<Student> getList() { |
57 | return list; |
58 | } |
59 |
60 | public void setList(List<Student> list) { |
61 | this .list = list; |
62 | } |
63 | |
64 | |
65 | } |

甜心冰淇淋 LV4
6月21日
xiaoaitx LV8
2024年11月22日
hongdongdong LV14
2024年6月18日
xiaolu-123 LV1
2024年4月9日
wwwww816 LV5
2023年12月19日
李亮 LV19
2023年8月29日
磊少不在 LV2
2023年6月18日
tmf852 LV5
2023年6月18日
2819271872 LV1
2023年6月16日
1257592068 LV6
2023年6月13日