package cn.ssms.model;

import java.util.Date;

public class User {
    private Integer id;

    private String name;

    private Integer age;

    private Date birthday;

    private String password;

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    public Integer getAge() {
        return age;
    }

    public void setAge(Integer age) {
        this.age = age;
    }

    public Date getBirthday() {
        return birthday;
    }

    public void setBirthday(Date birthday) {
        this.birthday = birthday;
    }

    public String getPassword() {
        return password;
    }

    public void setPassword(String password) {
        this.password = password == null ? null : password.trim();
    }
    public String toString() {
    	return this.name + ", " + this.age + ", " + this.birthday + ", " + this.password;
    }
}
最近下载更多
13043860zj  LV16 2021年5月28日
1666568158  LV2 2021年3月21日
zhujunnan  LV12 2020年9月3日
king_zdm  LV1 2020年6月17日
1798672867  LV21 2020年5月19日
17704627276  LV17 2020年5月3日
C544350851  LV26 2020年3月27日
saaulll  LV4 2020年3月17日
shijiangchen  LV2 2020年3月16日
代码外星人  LV2 2020年1月13日
最近浏览更多
fire1234  LV2 3月5日
xuweiwowzy  LV5 1月14日
森sdfgf  LV8 2023年6月28日
Wu_大花  LV1 2023年3月26日
hesu2020  LV1 2023年3月20日
a1017514773  LV6 2023年3月14日
wz520135  LV7 2022年12月22日
好的好的  LV8 2022年11月18日
forswear1234 2022年9月4日
暂无贡献等级
show123  LV2 2022年6月17日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友