package vo type ReSupplierConfirmingInfo struct { SupplierPreview *ReSupplierPreview `json:"supplierPreview"` PhoneNumber string `json:"phoneNumber"` // 手机号 WechatId string `json:"wechatId"` // 微信号 WechatUrl string `json:"wechatUrl"` // 微信二维码 CreateTime string `json:"agreeTime"` // 邀请时间 EnterpriseOperator string `json:"enterpriseOperator"` // 邀请操作人 Status int64 `json:"status"` // 状态 }