package pers.huangyuhui.sms.bean; /** * @project: sms * @description: 学生信息 * @author: 黄宇辉 * @date: 6/16/2019-10:49 AM * @version: 1.0 * @website: https://yubuntu0109.github.io/ */ public class Student { private Integer id; private String sno; private String name; private char gender = '男';//default private String password; private String email; private String telephone; private String address; private String introducation; private String portrait_path;//存储头像的项目路径 private String clazz_name;//班级名称 public Student(String name, String clazz_name) { this.name = name; this.clazz_name = clazz_name; } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getSno() { return sno; } public void setSno(String sno) { this.sno = sno; } public String getName() { return name; } public void setName(String name) { this.name = name; } public char getGender() { return gender; } public void setGender(char gender) { this.gender = gender; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } public String getTelephone() { return telephone; } public void setTelephone(String telephone) { this.telephone = telephone; } public String getAddress() { return address; } public void setAddress(String address) { this.address = address; } public String getIntroducation() { return introducation; } public void setIntroducation(String introducation) { this.introducation = introducation; } public String getPortrait_path() { return portrait_path; } public void setPortrait_path(String portrait_path) { this.portrait_path = portrait_path; } public String getClazz_name() { return clazz_name; } public void setClazz_name(String clazz_name) { this.clazz_name = clazz_name; } }

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日