|
|
@ -54,6 +54,9 @@ public class SessionUser implements Serializable {
|
|
|
|
@ApiParam("列表默认分页数量")
|
|
|
|
@ApiParam("列表默认分页数量")
|
|
|
|
private Integer pageDefaultSize;
|
|
|
|
private Integer pageDefaultSize;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("文件展示地址")
|
|
|
|
|
|
|
|
private String fileViewUrl;
|
|
|
|
|
|
|
|
|
|
|
|
public SessionUser() {
|
|
|
|
public SessionUser() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|