dengbiao 2 månader sedan
förälder
incheckning
a331e3a179
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      src/models/super_cloud_issuance_user_robot_bind_source_follow_group.go

+ 1
- 0
src/models/super_cloud_issuance_user_robot_bind_source_follow_group.go Visa fil

@@ -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)"`


Laddar…
Avbryt
Spara