package youngee_talent_model type AddTaskScriptRequest struct { TaskId string `orm:"task_id" json:"task_id"` // 任务id Title string `orm:"title" json:"title"` // 脚本标题 Content string `orm:"content" json:"content"` // 脚本内容 }