package com.xiaowei.bean;
import java.util.Date;
public class User {
private Integer id;
private String username;
private String email;
private String password;
private Date createTime;
private Date lastLoginTime;
private Integer status;
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;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getLastLoginTime() {
return lastLoginTime;
}
public void setLastLoginTime(Date lastLoginTime) {
this.lastLoginTime = lastLoginTime;
}
public Integer getStatus() {
return status;
}
public void setStatus(Integer status) {
this.status = status;
}
}
最近下载更多
2398164158 LV3
2023年9月24日
李亮 LV19
2023年3月6日
543666826 LV34
2021年11月19日
erw234 LV2
2021年11月8日
level LV5
2021年6月10日
小红猪仔 LV4
2021年4月30日
jiugeshidatui LV2
2020年12月19日
qazzaq123 LV20
2020年11月23日
liang_sen LV7
2020年10月9日
离沫Winner LV1
2020年7月28日
最近浏览更多
vincemokea LV9
4月30日
WBelong LV8
2024年4月2日
2398164158 LV3
2023年9月24日
siximu912 LV10
2023年7月14日
gecongkai LV8
2023年6月22日
6389181 LV7
2023年6月14日
微信网友_6260196253601792 LV7
2023年6月8日
25702204 LV1
2023年5月24日
shu1234
2023年5月22日
暂无贡献等级
yeyuuu LV6
2023年5月18日

