From d82430dee341b47f4d3049f9724c65a7b3c7a75a Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Mon, 26 Feb 2024 13:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=B5=9B=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/race/race_task.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/race/race_task.proto b/proto/race/race_task.proto index cca37c8..1705a80 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -23,9 +23,9 @@ message RaceTaskDetailVO { string content = 4; //考核内容 string standards = 5; //评价标准 int64 scene_id = 6; //绑定的场景id - // int64 sceneName = 7; + string sceneName = 7; int64 rule_id = 8; //绑定的评分id - // int64 ruleName = 9; + string ruleName = 9; int64 parent_id = 10; //父任务的ID common.ModifyInfoVO modify_info = 11; }