首页>代码>SpringBoot2.0+SpringCloud+redis集群搭建的仿悦诗风吟旗舰网站>/inni-common/src/main/java/com/inni/pojo/User.java
package com.inni.pojo;
public class User extends BasePojo{
@Override
public String toString() {
return "User [id=" + id + ", name=" + name + ", password=" + password + ", phone=" + phone + ", email=" + email
+ ", birthday=" + birthday + "]";
}
private Integer id;
private String name;
private String password;
private String phone;
private String email;
private String birthday;
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 getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getPhone() {
return phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getBirthday() {
return birthday;
}
public void setBirthday(String birthday) {
this.birthday = birthday;
}
}
最近下载更多
微信网友_7134912998903808 LV15
2024年9月13日
lt33333 LV7
2023年6月5日
iceboard LV2
2023年6月4日
wmm500 LV3
2023年5月16日
liangge2115 LV27
2022年12月29日
LV6
2022年12月4日
sunshine9920 LV12
2022年8月31日
877549024 LV8
2022年4月21日
sharkness123 LV8
2021年12月21日
wendy_ayang LV10
2021年12月14日
最近浏览更多
dane168 LV10
2月17日
微信网友_7134912998903808 LV15
2024年8月29日
ゆ 、 Hurt° LV2
2024年7月8日
Zionism LV7
2024年6月5日
1941549176 LV4
2024年5月10日
荣》Cowboy LV12
2024年4月11日
杨豫川 LV12
2024年3月13日
malagou LV1
2024年1月22日
lasttimeapp
2023年11月27日
暂无贡献等级
拜托你仔细听 LV3
2023年9月21日

