package com.rain.bean;
public class BookBean {
/**
* 图书的数据表的bean
*/
private int bid;// id
private String name;// 图书名称
private String card;// 图书号
private String autho;// 作者
private int num;// 图书数量
private String type;// 图书的分类
private String press;// 出版社
private int times;//借阅次数
public int getBid() {
return bid;
}
public void setBid(int bid) {
this.bid = bid;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getCard() {
return card;
}
public void setCard(String card) {
this.card = card;
}
public String getAutho() {
return autho;
}
public void setAutho(String autho) {
this.autho = autho;
}
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getPress() {
return press;
}
public void setPress(String press) {
this.press = press;
}
public int getTimes() {
return times;
}
public void setTimes(int times) {
this.times = times;
}
}
最近下载更多
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日
暂无贡献等级

