|
@@ -85,6 +85,7 @@ type Report struct {
|
|
|
ReportLayout int8 `description:"报告布局,1:常规布局,2:智能布局。默认:1"`
|
|
|
IsPublicPublish int8 `description:"是否公开发布,1:是,2:否"`
|
|
|
ReportCreateTime time.Time `description:"报告时间创建时间"`
|
|
|
+ InheritReportId int `description:"待继承的报告ID"`
|
|
|
}
|
|
|
|
|
|
type ReportList struct {
|
|
@@ -145,6 +146,7 @@ type ReportList struct {
|
|
|
EndResourceId int `description:"版尾资源ID"`
|
|
|
ClassifyIdThird int `description:"三级分类id"`
|
|
|
ClassifyNameThird string `description:"三级分类名称"`
|
|
|
+ InheritReportId int `description:"待继承的报告ID"`
|
|
|
}
|
|
|
|
|
|
type ReportListResp struct {
|