|
@@ -39,6 +39,8 @@ type ReportCollectListItem struct {
|
|
|
Abstract string `description:"摘要"`
|
|
|
Stage string `description:"期数"`
|
|
|
Author string `description:"作者"`
|
|
|
+ PdfUrl string `description:"pdf文件url"`
|
|
|
+ ReportType int `description:"报告类型:1:eta报告,2:小程序pdf报告"`
|
|
|
}
|
|
|
|
|
|
type ReportSearchListView struct {
|
|
@@ -55,6 +57,8 @@ type ReportSearchListView struct {
|
|
|
Abstract string `description:"摘要"`
|
|
|
Stage string `description:"期数"`
|
|
|
Author string `description:"作者"`
|
|
|
+ PdfUrl string `description:"pdf文件url"`
|
|
|
+ ReportType int `description:"报告类型:1:eta报告,2:小程序pdf报告"`
|
|
|
}
|
|
|
|
|
|
type ReportSearchResp struct {
|