|
@@ -17,8 +17,6 @@ type CygxReportSelectionLog struct {
|
|
|
CompanyLabel string `description:"公司标签多个用{|}隔开"`
|
|
|
OverviewArticleId int `description:"关联的综述报告ID"`
|
|
|
IsNew int `description:"是否为New标签"`
|
|
|
- SubjectSort int `description:"标的排序"`
|
|
|
- ChartPermissionSort int `description:"品种排序"`
|
|
|
}
|
|
|
|
|
|
type CygxReportSelectionLogRep struct {
|
|
@@ -58,7 +56,6 @@ type CygxReportSelectionLogResp struct {
|
|
|
OverviewArticleId int `description:"综述报告Id"`
|
|
|
OverviewArticleTitle string `description:"综述报告标题"`
|
|
|
IsNew int `description:"是否为New标签"`
|
|
|
- SubjectSort int `description:"标的排序"`
|
|
|
ChartPermissionSort int `description:"品种排序"`
|
|
|
}
|
|
|
|