package vo type ReTalentDefault struct { TalentId string `json:"talentId"` OpenId string `json:"openId"` // 表platform_kuaishou_user_info PlatformId int64 `json:"platformId"` NickName string `json:"nickName"` HeadUri string `json:"headUri"` City string `json:"city"` Gender string `json:"gender"` // U:未知;M,m:男;F f女 TalentPhone string `json:"talentPhone"` // 表youngee_talent_info TaskId string `json:"taskId"` // 任务id DraftFee float64 `json:"draftFee"` // 稿费价格 SettleAmount float64 `json:"settleAmount"` // 结算金额 DefaultTime string `json:"defaultTime"` // 违约时间 Reason string `json:"reason"` // 终止理由或解约原因 OperatorName string `json:"operatorName"` // 操作人 }