?? bookbean.java
字號:
package com.jxyd.vo;
public class BookBean {
private Integer id;
private String Title;
private String CodeId;
private Integer sign;
private Integer ISBN;
private String publishCom;
private Integer num;
private String classId;
private String author;
private String publishDate;
private String Mark;
private Double Price;
private String AddDate;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getTitle() {
return Title;
}
public void setTitle(String title) {
Title = title;
}
public String getCodeId() {
return CodeId;
}
public void setCodeId(String codeId) {
CodeId = codeId;
}
public Integer getSign() {
return sign;
}
public void setSign(Integer sign) {
this.sign = sign;
}
public Integer getISBN() {
return ISBN;
}
public void setISBN(Integer isbn) {
ISBN = isbn;
}
public String getPublishCom() {
return publishCom;
}
public void setPublishCom(String publishCom) {
this.publishCom = publishCom;
}
public Integer getNum() {
return num;
}
public void setNum(Integer num) {
this.num = num;
}
public String getClassId() {
return classId;
}
public void setClassId(String classId) {
this.classId = classId;
}
public String getAuthor() {
return author;
}
public void setAuthor(String author) {
this.author = author;
}
public String getPublishDate() {
return publishDate;
}
public void setPublishDate(String publishDate) {
this.publishDate = publishDate;
}
public String getMark() {
return Mark;
}
public void setMark(String mark) {
Mark = mark;
}
public Double getPrice() {
return Price;
}
public void setPrice(Double price) {
Price = price;
}
public String getAddDate() {
return AddDate;
}
public void setAddDate(String addDate) {
AddDate = addDate;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -