package bean;
/**
* @author 李正磊
* @createTime 2019-01-16 17:39
*/
public class User {
private Integer id;
private String name;
private String pwd;
private String sex;
private Integer age;
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;
}
public String getPwd() {
return pwd;
}
public void setPwd(String pwd) {
this.pwd = pwd;
}
public String getSex() {
return sex;
}
public void setSex(String sex) {
this.sex = sex;
}
public Integer getAge() {
return age;
}
public void setAge(Integer age) {
this.age = age;
}
public User(Integer id, String name, String pwd, String sex, Integer age) {
this.id = id;
this.name = name;
this.pwd = pwd;
this.sex = sex;
this.age = age;
}
public User() {
}
@Override
public String toString() {
return "User{" +
"id=" + id +
", name='" + name + '\'' +
", pwd='" + pwd + '\'' +
", sex='" + sex + '\'' +
", age=" + age +
'}';
}
}
最近下载更多
2398164158 LV3
2023年9月24日
6389181 LV7
2023年5月31日
yeyuuu LV6
2023年5月18日
LITIANYU084414 LV11
2023年1月4日
微信网友_6248713511227392 LV11
2022年12月5日
mikyfx LV4
2022年11月30日
zxc131313 LV12
2022年11月18日
gypgyp LV10
2022年10月20日
980919 LV3
2022年9月25日
whfuai LV14
2022年8月4日
最近浏览更多
人间蒸发 LV23
7月14日
vincemokea LV9
5月7日
微信网友_7316199114199040
2024年12月28日
暂无贡献等级
taoshen95 LV16
2024年12月17日
微信网友_7298641844981760
2024年12月16日
暂无贡献等级
120_wu LV4
2024年12月2日
xin xie LV1
2024年6月13日
lsglsg9 LV23
2024年6月8日
2131234536546 LV7
2024年3月31日
1491713781 LV8
2024年3月5日

