|
@@ -147,6 +147,6 @@ type ReportCollectListItem struct {
|
|
|
Title string `description:"标题"`
|
|
|
ContentSub string `description:"内容前两个章节"`
|
|
|
Abstract string `description:"摘要"`
|
|
|
- StageStr string `description:"期数"`
|
|
|
+ Stage string `description:"期数"`
|
|
|
Author string `description:"作者"`
|
|
|
}
|