|
@@ -35,6 +35,9 @@ type ReportCollectListItem struct {
|
|
|
PublishTime time.Time `description:"发布时间"`
|
|
|
Title string `description:"标题"`
|
|
|
ContentSub string `description:"内容前两个章节"`
|
|
|
+ Abstract string `description:"摘要"`
|
|
|
+ StageStr string `description:"期数"`
|
|
|
+ Author string `description:"作者"`
|
|
|
}
|
|
|
|
|
|
type ReportSearchResp struct {
|