Explorar el Código

合并dev分支代码

wangjiang988 hace 2 años
padre
commit
9aef84e4ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/platform/modules/home/request/FindRequest.java

+ 1 - 1
src/main/java/platform/modules/home/request/FindRequest.java

@@ -17,7 +17,7 @@ public class FindRequest {
     // 页索引
     private int page_no = 1;
     // 页大小
-    private int page_size = 10;
+    private Integer page_size = 10;
     private Integer pageSize = 10;
 
     private Integer company_id;