package model type CustomerBrokerAuditProof struct { Id uint `gorm:"primaryKey"` CustomerBrokerAuditId uint // 经纪人更换申请id Path string //图片地址 }