Browse Source

no message

xingzai 1 year ago
parent
commit
0af89f50c3
1 changed files with 5 additions and 5 deletions
  1. 5 5
      models/cygx/cygx_user.go

+ 5 - 5
models/cygx/cygx_user.go

@@ -366,11 +366,11 @@ type UserInteraction struct {
 	RegisterPlatform      int    `description:"来源 1小程序,2:网页 ,3:策略平台"`
 	SourcePlatform        string `description:"来源 'MOBILE:移动端小程序','PC:PC端小程序','CELUE:上海策略平台','WEB:查研观向网页版'"`
 	TagId                 int
-	TagName               string `orm:"column(tag_name);NOT NULL"`       // 标签名
-	ArticleTypes          string `orm:"column(article_types);NOT NULL"`  // 报告系列
-	ActivityTypes         string `orm:"column(activity_types);NOT NULL"` // 活动类型
-	Industries            string `orm:"column(industries);NOT NULL"`     // 产业
-	SubjectNames          string `orm:"column(subject_names);NOT NULL"`  // 标的
+	TagName               string // 标签名
+	ArticleTypes          string // 报告系列
+	ActivityTypes         string // 活动类型
+	Industries            string // 产业
+	SubjectNames          string // 标的
 }
 
 // 查研观向图表