|
@@ -2,7 +2,9 @@ package com.qmth.exam.reserve.bean;
|
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
-public class PagerReq {
|
|
|
+public class PagerReq implements IModel {
|
|
|
+
|
|
|
+ private static final long serialVersionUID = -5839219654819501696L;
|
|
|
|
|
|
@ApiModelProperty(value = "第几页(从1开始)")
|
|
|
protected Integer pageNumber;
|
|
@@ -35,4 +37,5 @@ public class PagerReq {
|
|
|
public void setPageSize(Integer pageSize) {
|
|
|
this.pageSize = pageSize;
|
|
|
}
|
|
|
+
|
|
|
}
|