Merge remote-tracking branch 'origin/dev' into dev

yun-zuoyi
许心洁 6 years ago
commit a2fe1a80f9

2
.gitignore vendored

@ -12,4 +12,4 @@ target
*.class
.md
*.log
*.properties
#*.properties

@ -48,6 +48,12 @@ public class SessionUser implements Serializable {
@ApiParam("用户对象信息")
private SysUserInfo userInfo;
@ApiParam("列表默认分页数量配置")
private Integer[] pageSizeArray;
@ApiParam("列表默认分页数量")
private Integer pageDefaultSize;
public SessionUser() {
}

Loading…
Cancel
Save