|
|
@@ -8,4 +8,5 @@ type SuperCloudIssuanceUserRobotBindFollowUser struct { |
|
|
|
MonitorHostWxHeadUrl string `json:"monitor_host_wx_head_url" xorm:"not null default '' comment('监听主持人微信头像') VARCHAR(255)"` |
|
|
|
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('创建时间') DATETIME"` |
|
|
|
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('更新时间') DATETIME"` |
|
|
|
FollowRecordId int `json:"follow_record_id" xorm:"not null default 0 comment('跟发激活群记录id') INT(11)"` |
|
|
|
} |