package com.javen.model;

public class User {
    private Integer id;

    private String userName;

    private String password;

    private Integer age;

    public Integer getId() {
        return id;
    }

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

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName == null ? null : userName.trim();
    }

    public String getPassword() {
        return password;
    }

    public void setPassword(String password) {
        this.password = password == null ? null : password.trim();
    }

    public Integer getAge() {
        return age;
    }

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

	@Override
	public String toString() {
		return "User [id=" + id + ", userName=" + userName + ", password="
				+ password + ", age=" + age + "]";
	}
    
    
}
最近下载更多
李亮  LV19 2023年3月6日
lvhongquan  LV11 2022年7月10日
543666826  LV33 2021年11月20日
yyw770  LV8 2020年4月8日
小黑狗  LV7 2020年4月5日
厉山虎  LV1 2020年3月29日
koumeiyuu  LV8 2019年12月18日
博庸發發發  LV5 2019年9月2日
z_yong76  LV26 2019年8月30日
kobebryant11  LV1 2019年8月27日
最近浏览更多
wwwww816  LV3 2023年12月19日
wwewww  LV4 2023年11月2日
李亮  LV19 2023年3月6日
微信网友_6248713511227392  LV11 2022年12月5日
cc900118  LV17 2022年12月5日
dawnguarda  LV17 2022年11月7日
lvhongquan  LV11 2022年7月10日
Lmfbaby  LV9 2022年5月29日
yuanhw_toto  LV1 2022年5月27日
clouduser  LV1 2022年1月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友