From 90bb35c83f0dbc4865604bc776c6db1479f51b34 Mon Sep 17 00:00:00 2001 From: "wei.peng" <123456> Date: Tue, 27 Aug 2019 15:03:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=85=8D=E7=BD=AE=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91=20=E7=94=A8=E6=88=B7=E8=8E=B7=E5=8F=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=8F=92=E4=BB=B6Bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/cn/estsh/i3plus/pojo/platform/bean/SessionUser.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SessionUser.java b/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SessionUser.java index e871a03..4be5710 100644 --- a/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SessionUser.java +++ b/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SessionUser.java @@ -48,6 +48,12 @@ public class SessionUser implements Serializable { @ApiParam("用户对象信息") private SysUserInfo userInfo; + @ApiParam("列表默认分页数量配置") + private Integer[] pageSizeArray; + + @ApiParam("列表默认分页数量") + private Integer pageDefaultSize; + public SessionUser() { } From 645b991df8ef96079d8573805861c588a04f540b Mon Sep 17 00:00:00 2001 From: "wei.peng" <123456> Date: Wed, 28 Aug 2019 15:22:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1e35d5..698e9c6 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ target *.class .md *.log -*.properties \ No newline at end of file +#*.properties \ No newline at end of file