From 339190b74e518b397088b00a94e99400c1b8996b Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 23 Feb 2024 10:49:16 +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 d922cb6..4deba3c 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -34,8 +34,8 @@ message RaceTaskCreateVO{ string desc = 2; string content = 3; string standards = 4; - int64 sceneId = 5; - int64 parentId = 6; + int64 scene_id = 5; + int64 parent_id = 6; } message RaceTaskBind{ enum TaskBindType{