|
|
@@ -2,6 +2,7 @@ package models |
|
|
|
|
|
|
|
type SuperCloudIssuanceUserRobotBindSourceFollowGroup struct { |
|
|
|
Id int `json:"id" xorm:"not null pk autoincr INT(11)"` |
|
|
|
Uid int `json:"uid" xorm:"not null default 0 comment('uid') INT(11)"` |
|
|
|
ActivateGroupId int `json:"activate_group_id" xorm:"not null default 0 comment('绑定激活群id') INT(11)"` |
|
|
|
FollowActivateGroupId int `json:"follow_activate_group_id" xorm:"not null default 0 comment('跟发激活群id') INT(11)"` |
|
|
|
Name string `json:"name" xorm:"not null default '' comment('跟发-群名称') VARCHAR(255)"` |
|
|
|