package model type BrokerApple struct { Id uint `gorm:"primaryKey"` BrokerId uint // 经纪人id AppleId string // 苹果id }