?? bookblstr.java~1~
字號(hào):
package com.lib.assistvo;public class BookBLStr { private Long bookbluid; private Long readeruid; private Long bookuid; private String type; private String qty; private String ocurrdate; private String returndate; private String readername; private String bookname; public BookBLStr() { } public Long getBookbluid() { return bookbluid; } public void setBookbluid(Long bookbluid) { this.bookbluid = bookbluid; } public Long getReaderuid() { return readeruid; } public void setReaderuid(Long readeruid) { this.readeruid = readeruid; } public Long getBookuid() { return bookuid; } public void setBookuid(Long bookuid) { this.bookuid = bookuid; } public String getType() { return type; } public void setType(String type) { this.type = type; } public String getQty() { return qty; } public void setQty(String qty) { this.qty = qty; } public String getOcurrdate() { return ocurrdate; } public void setOcurrdate(String ocurrdate) { this.ocurrdate = ocurrdate; } return returndate; } public void setReturndate(String returndate) { this.returndate = returndate; } public String getReadername() { return readername; } public void setReadername(String readername) { this.readername = readername; } public String getBookname() { return bookname; } public void setBookname(String bookname) { this.bookname = bookname; }}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -