remove BasePage.keyword
This commit is contained in:
@ -12,9 +12,6 @@ public class BasePage {
|
||||
/** 数据量 */
|
||||
protected int size = 16;
|
||||
|
||||
/** 关键字 */
|
||||
protected String keyword;
|
||||
|
||||
public BasePage() {
|
||||
}
|
||||
|
||||
@ -46,12 +43,4 @@ public class BasePage {
|
||||
public void setSize(int size) {
|
||||
this.size = size;
|
||||
}
|
||||
|
||||
public String getKeyword() {
|
||||
return keyword;
|
||||
}
|
||||
|
||||
public void setKeyword(String keyword) {
|
||||
this.keyword = keyword;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user