package model import( ) type BrokerWechat struct { Id uint `gorm:"primaryKey"` BrokerId uint // 经纪人id OpenId string UnionId string }