package com.wrq.model;
public class User {
private Integer user_id;
private String user_name;
private String account;
private String password;
private Integer age;
private Integer power;
private Integer status;
private Integer sex;
private String card;
private String tel;
public Integer getUser_id() {
return user_id;
}
public void setUser_id(Integer user_id) {
this.user_id = user_id;
}
public String getUser_name() {
return user_name;
}
public void setUser_name(String user_name) {
this.user_name = user_name;
}
public String getAccount() {
return account;
}
public void setAccount(String account) {
this.account = account;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public Integer getAge() {
return age;
}
public void setAge(Integer age) {
this.age = age;
}
public Integer getSex() {
return sex;
}
public void setSex(Integer sex) {
this.sex = sex;
}
public String getCard() {
return card;
}
public void setCard(String card) {
this.card = card;
}
public String getTel() {
return tel;
}
public void setTel(String tel) {
this.tel = tel;
}
public Integer getPower() {
return power;
}
public void setPower(Integer power) {
this.power = power;
}
public Integer getStatus() {
return status;
}
public void setStatus(Integer status) {
this.status = status;
}
}
最近下载更多
付洋麟 LV5
4月23日
陈小灏 LV18
1月4日
微信网友_7290996505972736 LV4
2024年12月10日
pangzhihui LV14
2023年12月25日
cyz521213 LV1
2023年12月9日
jntm1d5 LV2
2023年9月21日
你爹正在加载中 LV4
2023年7月15日
hongdongdong LV14
2023年6月16日
1755754535 LV5
2022年12月27日
苏柒 LV10
2022年11月22日

最近浏览