re_task_default_target.go 784 B

1234567891011121314151617181920
  1. package vo
  2. type ReTaskDefaultTarget struct {
  3. ProductId int64 `json:"productId"`
  4. MainImage string `json:"mainImage"`
  5. ProductName string `json:"productName"`
  6. ProductPrice float64 `json:"productPrice"`
  7. EnterpriseId string `json:"enterpriseId"`
  8. SubAccountId int64 `json:"subAccountId"`
  9. TaskId string `json:"taskId"`
  10. TaskType int64 `json:"taskType"` // 任务类型 1品牌种草 2本地生活
  11. Platform int64 `json:"platform"`
  12. TaskForm int64 `json:"taskForm"` // 任务形式
  13. ContentType int64 `json:"contentType"` // 内容形式
  14. CreatorName string `json:"creatorName"`
  15. Tools string `json:"tools"` // 工具选择
  16. EndCooperationNum int64 `json:"chooseNum"` // 终止合作
  17. }