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