package models type BotAuthGroupAccess struct { GroupId int `xorm:"not null pk comment('级别ID') index unique(uid_group_id) INT"` Uid int `xorm:"not null pk comment('会员ID') index unique(uid_group_id) INT"` }