re_supplier_confirming_info.go 609 B

1234567891011
  1. package vo
  2. type ReSupplierConfirmingInfo struct {
  3. SupplierPreview *ReSupplierPreview `json:"supplierPreview"`
  4. PhoneNumber string `json:"phoneNumber"` // 手机号
  5. WechatId string `json:"wechatId"` // 微信号
  6. WechatUrl string `json:"wechatUrl"` // 微信二维码
  7. CreateTime string `json:"agreeTime"` // 邀请时间
  8. EnterpriseOperator string `json:"enterpriseOperator"` // 邀请操作人
  9. Status int64 `json:"status"` // 状态
  10. }