Ver Fonte

Merge branch 'cygx_10.9'

ziwen há 1 ano atrás
pai
commit
68fa3b124c
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      models/cygx/report_selection_log.go

+ 0 - 3
models/cygx/report_selection_log.go

@@ -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:"品种排序"`
 }