re_store_explore_talent.go 550 B

12345678910111213
  1. package vo
  2. type ReStoreExploreTalent struct {
  3. TaskId string `json:"taskId"` // 子任务id
  4. ReTalentPreview *TalentPreview `json:"reTalentPreview"` // 达人信息
  5. CooperateTime string `json:"cooperateTime"` // 确认合作时间 select_date
  6. ReserveTime string `json:"reserveTime"` // 探店时间预约
  7. ExploreTime string `json:"exploreTime"` // 探店时间
  8. FinishExploreTime string `json:"finishExploreTime"` // 完成探店时间
  9. Operator string `json:"operator"` // 操作人
  10. }