diff --git a/proto/race/race_task.proto b/proto/race/race_task.proto index aa4cebe..e603185 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -64,9 +64,9 @@ message RaceTaskChildVO { string content = 4; //考核内容 string standards = 5; //评价标准 int64 scene_id = 6; //绑定的场景id - string sceneName = 7; - int64 rule_id = 8; //绑定的评分id - string ruleName = 9; - int64 parent_id = 10; //父任务的ID - repeated RaceTaskChildVO children = 11; // 子任务 + // string sceneName = 7; + int64 rule_id = 7; //绑定的评分id + // string ruleName = 9; + int64 parent_id = 8; //父任务的ID + repeated RaceTaskChildVO children = 9; // 子任务 } \ No newline at end of file