会话文件展示地址封装

yun-zuoyi
汪云昊 5 years ago
parent 4b340e6954
commit 14f1ced301

@ -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() {
} }

Loading…
Cancel
Save