|
@@ -27,12 +27,12 @@ type ReLocalDetail struct {
|
|
|
RecruitDdl string `json:"recruitDdl"`
|
|
|
RecruitStrategys []*LocalRecruitStrategy `json:"recruitStrategys"` // 招募策略
|
|
|
// 执行要求
|
|
|
- TaskForm int64 `json:"taskForm"`
|
|
|
- ContentType int64 `json:"contentType"`
|
|
|
- TaskDetail string `json:"taskDetail"`
|
|
|
- TaskBriefs []*entity.ProjectBrief `json:"taskBriefs"` // 选品brief列表
|
|
|
- TaskMaterials []*entity.ProjectMaterial `json:"taskMaterials"` // 选品示例列表
|
|
|
- Tools string `json:"tools"` // 工具选择
|
|
|
+ TaskForm int64 `json:"taskForm"`
|
|
|
+ ContentType int64 `json:"contentType"`
|
|
|
+ TaskDetail string `json:"taskDetail"`
|
|
|
+ TaskBriefs []*entity.LocalLifeBrief `json:"taskBriefs"` // 选品brief列表
|
|
|
+ TaskMaterials []*entity.LocalLifeMaterial `json:"taskMaterials"` // 选品示例列表
|
|
|
+ Tools string `json:"tools"` // 工具选择
|
|
|
}
|
|
|
|
|
|
type LocalRecruitStrategy struct {
|