|
@@ -19,6 +19,10 @@ public class PageParam<T> extends Page<T> {
|
|
|
this.setCurrent(pageNum);
|
|
this.setCurrent(pageNum);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ public void setPageNumber(long pageNum) {
|
|
|
|
|
+ this.setCurrent(pageNum);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
public void setPageSize(long pageSize) {
|
|
public void setPageSize(long pageSize) {
|
|
|
this.setSize(pageSize);
|
|
this.setSize(pageSize);
|
|
|
}
|
|
}
|