|
@@ -120,6 +120,7 @@ type TacticsListResp struct {
|
|
MatchTypeName string `description:"匹配类型"`
|
|
MatchTypeName string `description:"匹配类型"`
|
|
ChartPermissionId int `description:"行业ID"`
|
|
ChartPermissionId int `description:"行业ID"`
|
|
CategoryImgUrlPc string `description:"图片"`
|
|
CategoryImgUrlPc string `description:"图片"`
|
|
|
|
+ IsShowAbstract bool `description:"是否展示摘要"`
|
|
List []*ReportArticle
|
|
List []*ReportArticle
|
|
}
|
|
}
|
|
|
|
|