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