|
@@ -19,6 +19,8 @@ type CygxReportSelectionLog struct {
|
|
|
OverviewArticleId int `description:"关联的综述报告ID"`
|
|
|
IsNew int `description:"是否为New标签"`
|
|
|
IsShowOverviewArticle int `description:"是否展示综述报告 1展示,0隐藏"`
|
|
|
+ ThirdId string `description:"类似产业、标的的三方ID"`
|
|
|
+ ThirdName string `description:"类似产业、标的的三方名称"`
|
|
|
}
|
|
|
|
|
|
type CygxReportSelectionLogRep struct {
|
|
@@ -46,7 +48,7 @@ type AddCygxReportSelectionLog struct {
|
|
|
IsNew int `description:"是否为New标签"`
|
|
|
IsShowOverviewArticle int `description:"是否展示综述报告 1展示,0隐藏"`
|
|
|
ThirdId string `description:"类似产业、标的的三方ID"`
|
|
|
- ThirdtName string `description:"类似产业、标的的三方名称"`
|
|
|
+ ThirdName string `description:"类似产业、标的的三方名称"`
|
|
|
}
|
|
|
|
|
|
type CygxReportSelectionLogResp struct {
|
|
@@ -66,6 +68,8 @@ type CygxReportSelectionLogResp struct {
|
|
|
IsNew int `description:"是否为New标签"`
|
|
|
IsShowOverviewArticle int `description:"是否展示综述报告 1展示,0隐藏"`
|
|
|
ChartPermissionSort int `description:"品种排序"`
|
|
|
+ ThirdId string `description:"类似产业、标的的三方ID"`
|
|
|
+ ThirdName string `description:"类似产业、标的的三方名称"`
|
|
|
}
|
|
|
|
|
|
type CygxReportSelectionChart struct {
|