- package vo
- type ReSupplierTargetTask 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"` // 合作达人数
- EnterpriseOperator string `json:"enterpriseOperator"` // 邀请操作人
- Status int64 `json:"status"` // 状态:1可邀约 2邀约中 3合作中
- }
|