package vo type ReSupplierPoolInfo struct { SupplierPreview *ReSupplierPreview `json:"supplierPreview"` PhoneNumber string `json:"phoneNumber"` // 手机号 WechatId string `json:"wechatId"` // 微信号 WechatUrl string `json:"wechatUrl"` // 微信二维码 CooperateNum int64 `json:"cooperateNum"` // 受邀合作次数 UploadTalentNum int64 `json:"uploadTalentNum"` // 提报达人数 CooperateTalentNum int64 `json:"cooperateTalentNum"` // 合作达人数 AgreeTime string `json:"agreeTime"` // 入库时间 EnterpriseOperator string `json:"enterpriseOperator"` // 邀请操作人 }