代码拉取完成,页面将自动刷新
package com.moju.pojo;
import java.sql.Timestamp;
public class Repository {
private Integer repositoryId;
private Integer bookId;
private String kind;
private Integer count;
private Integer balance;
private Timestamp executeTime;
private String operator;
private Book book;
public Book getBook() {
return book;
}
public void setBook(Book book) {
this.book = book;
}
public Integer getRepositoryId() {
return repositoryId;
}
public void setRepositoryId(Integer repositoryId) {
this.repositoryId = repositoryId;
}
public Integer getBookId() {
return bookId;
}
public void setBookId(Integer bookId) {
this.bookId = bookId;
}
public String getKind() {
return kind;
}
public void setKind(String kind) {
this.kind = kind;
}
public Integer getCount() {
return count;
}
public void setCount(Integer count) {
this.count = count;
}
public Integer getBalance() {
return balance;
}
public void setBalance(Integer balance) {
this.balance = balance;
}
public Timestamp getExecuteTime() {
return executeTime;
}
public void setExecuteTime(Timestamp executeTime) {
this.executeTime = executeTime;
}
public String getOperator() {
return operator;
}
public void setOperator(String operator) {
this.operator = operator;
}
@Override
public String toString() {
return "Repository{" +
"repositoryId=" + repositoryId +
", bookId=" + bookId +
", kind='" + kind + '\'' +
", count=" + count +
", balance=" + balance +
", executeTime=" + executeTime +
", operator='" + operator + '\'' +
'}';
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。