001 | package pers.huangyuhui.sms.bean; |
002 |
003 | /** |
004 | * @project: sms |
005 | * @description: 学生信息 |
006 | * @author: 黄宇辉 |
007 | * @date: 6/16/2019-10:49 AM |
008 | * @version: 1.0 |
009 | * @website: https://yubuntu0109.github.io/ |
010 | */ |
011 | public class Student { |
012 |
013 | private Integer id; |
014 | private String sno; |
015 | private String name; |
016 | private char gender = '男' ; //default |
017 | private String password; |
018 | private String email; |
019 | private String telephone; |
020 | private String address; |
021 | private String introducation; |
022 | private String portrait_path; //存储头像的项目路径 |
023 | private String clazz_name; //班级名称 |
024 |
025 | public Student(String name, String clazz_name) { |
026 | this .name = name; |
027 | this .clazz_name = clazz_name; |
028 | } |
029 |
030 | public Integer getId() { |
031 | return id; |
032 | } |
033 |
034 | public void setId(Integer id) { |
035 | this .id = id; |
036 | } |
037 |
038 | public String getSno() { |
039 | return sno; |
040 | } |
041 |
042 | public void setSno(String sno) { |
043 | this .sno = sno; |
044 | } |
045 |
046 | public String getName() { |
047 | return name; |
048 | } |
049 |
050 | public void setName(String name) { |
051 | this .name = name; |
052 | } |
053 |
054 | public char getGender() { |
055 | return gender; |
056 | } |
057 |
058 | public void setGender( char gender) { |
059 | this .gender = gender; |
060 | } |
061 |
062 | public String getPassword() { |
063 | return password; |
064 | } |
065 |
066 | public void setPassword(String password) { |
067 | this .password = password; |
068 | } |
069 |
070 | public String getEmail() { |
071 | return email; |
072 | } |
073 |
074 | public void setEmail(String email) { |
075 | this .email = email; |
076 | } |
077 |
078 | public String getTelephone() { |
079 | return telephone; |
080 | } |
081 |
082 | public void setTelephone(String telephone) { |
083 | this .telephone = telephone; |
084 | } |
085 |
086 | public String getAddress() { |
087 | return address; |
088 | } |
089 |
090 | public void setAddress(String address) { |
091 | this .address = address; |
092 | } |
093 |
094 | public String getIntroducation() { |
095 | return introducation; |
096 | } |
097 |
098 | public void setIntroducation(String introducation) { |
099 | this .introducation = introducation; |
100 | } |
101 |
102 | public String getPortrait_path() { |
103 | return portrait_path; |
104 | } |
105 |
106 | public void setPortrait_path(String portrait_path) { |
107 | this .portrait_path = portrait_path; |
108 | } |
109 |
110 | public String getClazz_name() { |
111 | return clazz_name; |
112 | } |
113 |
114 | public void setClazz_name(String clazz_name) { |
115 | this .clazz_name = clazz_name; |
116 | } |
117 | } |

fesfefe LV13
2023年10月15日
李亮 LV19
2023年8月28日
000666 LV10
2023年7月11日
1257592068 LV6
2023年6月6日
lsglsg9 LV23
2023年6月4日
qq2901732871 LV9
2023年5月20日
流连瓦盖法 LV7
2023年5月20日
微信网友_5964217833574400 LV5
2023年4月29日
王华伟 LV19
2023年4月26日
全栈小白 LV35
2023年4月25日