From a027eadd41853b647e89974aecd2c645210456a2 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 23 Feb 2024 11:50:44 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/race/race_task.proto b/proto/race/race_task.proto index 6018e91..cca37c8 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -22,7 +22,7 @@ message RaceTaskDetailVO { string desc = 3; //基础描述 string content = 4; //考核内容 string standards = 5; //评价标准 - int64 scene_iId = 6; //绑定的场景id + int64 scene_id = 6; //绑定的场景id // int64 sceneName = 7; int64 rule_id = 8; //绑定的评分id // int64 ruleName = 9;