浏览代码

自由布局详情

kobe6258 1 周之前
父节点
当前提交
e53544d7c1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/report.go

+ 1 - 0
models/report.go

@@ -373,6 +373,7 @@ type ReportDetail struct {
 	ReportLayout        int8      `description:"报告布局,1:常规布局,2:智能布局。默认:1"`
 	IsPublicPublish     int8      `description:"是否公开发布,1:是,2:否"`
 	ReportCreateTime    time.Time `description:"报告时间创建时间"`
+	FreeLayoutConfig    string    `description:"自由布局配置"`
 }
 
 func GetReportById(reportId int) (item *ReportDetail, err error) {