package entity;
import java.util.Date;
public class Borrow {
private int id;
private String book_id;
private String reader_id;
private Date borrowDate;
private Date backDate;
private int is_back;
/**
* @return the backDate
*/
public Date getBackDate() {
return backDate;
}
/**
* @param backDate the backDate to set
*/
public void setBackDate(Date backDate) {
this.backDate = backDate;
}
/**
* @return the book_id
*/
public String getBook_id() {
return book_id;
}
/**
* @param book_id the book_id to set
*/
public void setBook_id(String book_id) {
this.book_id = book_id;
}
/**
* @return the borrowDate
*/
public Date getBorrowDate() {
return borrowDate;
}
/**
* @param borrowDate the borrowDate to set
*/
public void setBorrowDate(Date borrowDate) {
this.borrowDate = borrowDate;
}
/**
* @return the id
*/
public int getId() {
return id;
}
/**
* @param id the id to set
*/
public void setId(int id) {
this.id = id;
}
/**
* @return the is_back
*/
public int getIs_back() {
return is_back;
}
/**
* @param is_back the is_back to set
*/
public void setIs_back(int is_back) {
this.is_back = is_back;
}
/**
* @return the reader_id
*/
public String getReader_id() {
return reader_id;
}
/**
* @param reader_id the reader_id to set
*/
public void setReader_id(String reader_id) {
this.reader_id = reader_id;
}
}
最近下载更多
微信网友_6445756515635200 LV3
2023年12月21日
KAIzx11 LV8
2023年6月24日
huangzy LV12
2023年6月11日
122378 LV3
2022年12月14日
微信网友_6191697646571520 LV6
2022年10月31日
13112360 LV2
2022年9月20日
gnnhka LV10
2022年6月16日
fantesy LV17
2022年5月15日
喃喵xxxx LV6
2022年5月11日
543666826 LV34
2022年3月12日
最近浏览更多
无异偶 LV3
2024年12月30日
ZALZXB20030525
2024年7月1日
暂无贡献等级
xzw135246789 LV1
2024年6月15日
微信网友_6808953284677632 LV2
2024年6月5日
123456cjj LV1
2024年6月2日
sodkj123 LV16
2024年4月29日
akittyboy LV9
2024年3月22日
asddwh LV13
2023年12月26日
求学的熊猫 LV11
2023年12月25日
微信网友_6786215447367680 LV5
2023年12月21日

