📄 bookstype.java
字号:
package com.wl.db.vo;
public class BooksType {
private int typeID;
private String tyepName;
private String typeDis;
public BooksType(){
}
public int getTypeID() {
return typeID;
}
public void setTypeID(int typeID) {
this.typeID = typeID;
}
public String getTyepName() {
return tyepName;
}
public void setTyepName(String tyepName) {
this.tyepName = tyepName;
}
public String getTypeDis() {
return typeDis;
}
public void setTypeDis(String typeDis) {
this.typeDis = typeDis;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -