新增功能: 自定义表格大小, 显示操作按钮, 显示文档, 公告信息

This commit is contained in:
zhaojun1998
2020-02-15 18:22:37 +08:00
parent 610f68295f
commit 2f57c5b5cc
12 changed files with 38 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ public class SiteConfigDTO implements Serializable {
private static final long serialVersionUID = 8811196207046121740L;
private String header;
private String readme;
@JsonProperty("viewConfig")
private SystemConfigDTO systemConfigDTO;