package com.demo.entity;
public class User {
private int userid;
private String username;
private String password;
private String birth;
public int getUserid() {
return userid;
}
public void setUserid(int userid) {
this.userid = userid;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getBirth() {
return birth;
}
public void setBirth(String birth) {
this.birth = birth;
}
}
最近下载更多
最近浏览更多
xiaotao555555 LV3
6月20日
xzg123456 LV6
2024年6月18日
qq970040477 LV24
2024年6月16日
adscazsc
2024年3月12日
暂无贡献等级
微信网友_6234675614470144 LV1
2023年12月11日
poupon
2023年11月23日
暂无贡献等级
asdfg01234 LV10
2023年7月31日
gecongkai LV8
2023年6月22日
liuliuyl LV3
2023年6月17日
sdhfkh LV4
2023年6月12日

