package com.rain.bean;
public class AdminBean {
/**
* 用户的数据表的bean
*/
private int aid;// id
private int status;// 用来判断是管理员还是读者,读者的值为1,管理员为2
private String username;// 账号
private String name;// 姓名
private String password;// 密码
private String email;// 邮箱
private String phone;// 手机号
private int times;//借阅量
private int lend_num;// 可借阅天数
private int max_num;// 最大可借数
public int getAid() {
return aid;
}
public void setAid(int aid) {
this.aid = aid;
}
public int getStatus() {
return status;
}
public void setStatus(int status) {
this.status = status;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
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 getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getPhone() {
return phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public int getTimes() {
return times;
}
public void setTimes(int times) {
this.times = times;
}
public int getLend_num() {
return lend_num;
}
public void setLend_num(int lend_num) {
this.lend_num = lend_num;
}
public int getMax_num() {
return max_num;
}
public void setMax_num(int max_num) {
this.max_num = max_num;
}
}
最近下载更多
yangchengshuai LV16
10月17日
无异偶 LV3
2024年7月31日
lmr000 LV2
2024年7月4日
柳咪华沙 LV7
2024年6月28日
www的行为 LV2
2024年6月20日
taoshen95 LV16
2024年6月19日
2017143155 LV12
2024年5月13日
wubinbin LV11
2024年4月5日
pi-nang LV2
2024年1月30日
duoduo1234 LV2
2024年1月16日
最近浏览更多
yangchengshuai LV16
10月17日
SHUSHU1866
9月16日
暂无贡献等级
1516299986 LV9
4月23日
shuaiqi
4月22日
暂无贡献等级
ytumeme LV1
2024年12月28日
zzl198337
2024年12月22日
暂无贡献等级
Kyrene 22
2024年12月18日
暂无贡献等级
微信网友_6234675614470144 LV1
2024年12月1日
momomo228 LV2
2024年11月22日
weikunmin
2024年11月1日
暂无贡献等级

