|
@@ -1,17 +1,17 @@
|
|
|
package vo
|
|
|
|
|
|
type ProjectCreateParam struct {
|
|
|
- EnterpriseId string `json:"enterprise_id"`
|
|
|
- SubAccountId int64 `json:"sub_account_id"`
|
|
|
- Platform int64 `json:"platform"`
|
|
|
- ProductId int64 `json:"product_id"`
|
|
|
- ServiceChargeRate float64 `json:"service_charge_rate"`
|
|
|
- ProjectType int64 `json:"project_type"` // 项目类型,1代表全流程项目,2代表专项项目
|
|
|
- ProjectStatus int64 `json:"project_status"` // 项目状态,1-10分别代表创建中、待审核、审核通过、招募中、招募完毕、待支付、已支付、失效、执行中、已结案
|
|
|
- ProjectName string `json:"task_name"` // 项目名称(任务标题)
|
|
|
- TalentType string `json:"talent_type"` // 达人类型
|
|
|
- RecruitDdl string `json:"recruit_ddl"` // 招募截止时间
|
|
|
- RecruitStrategys []CreateRecruitStrategy `json:"recruit_strategys"` // 招募策略
|
|
|
+ EnterpriseId string `json:"enterprise_id"`
|
|
|
+ SubAccountId int64 `json:"sub_account_id"`
|
|
|
+ Platform int64 `json:"platform"`
|
|
|
+ ProductId int64 `json:"product_id"`
|
|
|
+ ServiceChargeRate float64 `json:"service_charge_rate"`
|
|
|
+ ProjectType int64 `json:"project_type"` // 项目类型,1代表全流程项目,2代表专项项目
|
|
|
+ //ProjectStatus int64 `json:"project_status"` // 项目状态,1-10分别代表创建中、待审核、审核通过、招募中、招募完毕、待支付、已支付、执行中、失效、已结案
|
|
|
+ ProjectName string `json:"task_name"` // 项目名称(任务标题)
|
|
|
+ TalentType string `json:"talent_type"` // 达人类型
|
|
|
+ RecruitDdl string `json:"recruit_ddl"` // 招募截止时间
|
|
|
+ RecruitStrategys []CreateRecruitStrategy `json:"recruit_strategys"` // 招募策略
|
|
|
|
|
|
ProjectForm int64 `json:"project_form"` // 项目形式,1-3分别代表商品寄拍、素材分发、虚拟产品测评
|
|
|
ContentType int64 `json:"content_type"` // 内容形式,1代表图文,2代表视频
|