首页>代码>基于SSM+EasyUI开发的学生后台管理系统>/sms/src/main/java/pers/huangyuhui/sms/bean/Student.java
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日
最近浏览更多
kkkxyh  LV13 2月11日
xiaoaitx  LV8 1月1日
zhaozhiqi  LV5 2023年10月10日
yiy12345  LV2 2023年10月10日
fesfefe  LV13 2023年10月10日
gqd123456  LV1 2023年10月3日
2036495585  LV9 2023年9月25日
903201717 2023年9月12日
暂无贡献等级
lilong007  LV23 2023年9月1日
gshnbb  LV9 2023年8月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友