|
@@ -90,6 +90,7 @@ type Report struct {
|
|
|
ReportCreateTime time.Time `description:"报告时间创建时间"`
|
|
|
InheritReportId int `description:"待继承的报告ID"`
|
|
|
VoiceGenerateType int `description:"音频生成方式,0:系统生成,1:人工上传"`
|
|
|
+ RaiReportId int `description:"RAI报告ID"`
|
|
|
}
|
|
|
|
|
|
type ReportList struct {
|
|
@@ -155,6 +156,7 @@ type ReportList struct {
|
|
|
ClassifyNameThird string `description:"三级分类名称"`
|
|
|
InheritReportId int `description:"待继承的报告ID"`
|
|
|
IsCollect int `description:"是否收藏"`
|
|
|
+ RaiReportId int `description:"RAI报告ID"`
|
|
|
}
|
|
|
|
|
|
type ReportListResp struct {
|
|
@@ -377,6 +379,7 @@ type ReportDetail struct {
|
|
|
ReportLayout int8 `description:"报告布局,1:常规布局,2:智能布局。默认:1"`
|
|
|
IsPublicPublish int8 `description:"是否公开发布,1:是,2:否"`
|
|
|
ReportCreateTime time.Time `description:"报告时间创建时间"`
|
|
|
+ RaiReportId int `description:"RAI报告ID"`
|
|
|
}
|
|
|
|
|
|
func GetReportById(reportId int) (item *ReportDetail, err error) {
|