|
@@ -43,17 +43,17 @@ func (m *CygxTag) Update(cols []string) (err error) {
|
|
|
|
|
|
type CygxTagList struct {
|
|
|
TagId int64 `orm:"column(tag_id);pk"`
|
|
|
- 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"` // 标的
|
|
|
- Sort int `orm:"column(sort);"` // 优先级
|
|
|
- ModifyTime string `orm:"column(modify_time)"` // 修改时间
|
|
|
- CreateTime string `orm:"column(create_time)"` // 创建时间
|
|
|
- OnlineTime string `orm:"column(online_time)"` // 上线时间
|
|
|
- OfflineTime string `orm:"column(offline_time)"` // 下线时间
|
|
|
- Status int `orm:"column(status);NOT NULL"` // 状态:0-禁用 1-启用
|
|
|
+ TagName string `orm:"column(tag_name);"` // 标签名
|
|
|
+ ArticleTypes string `orm:"column(article_types);"` // 报告系列
|
|
|
+ ActivityTypes string `orm:"column(activity_types);"` // 活动类型
|
|
|
+ Industries string `orm:"column(industries);"` // 产业
|
|
|
+ SubjectNames string `orm:"column(subject_names);"` // 标的
|
|
|
+ Sort int `orm:"column(sort);"` // 优先级
|
|
|
+ ModifyTime string `orm:"column(modify_time)"` // 修改时间
|
|
|
+ CreateTime string `orm:"column(create_time)"` // 创建时间
|
|
|
+ OnlineTime string `orm:"column(online_time)"` // 上线时间
|
|
|
+ OfflineTime string `orm:"column(offline_time)"` // 下线时间
|
|
|
+ Status int `orm:"column(status);"` // 状态:0-禁用 1-启用
|
|
|
Pv int `description:"PV"`
|
|
|
Uv int `description:"UV"`
|
|
|
TagType int `description:"1:热门活动、2:海外研究、3:路演回放、4:语音问答"`
|