From 8f270c4558b96a5bee25d28e0a99adb8e906d9af Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 22 Feb 2024 13:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9A=84proto=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/race/race_task.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/race/race_task.proto b/proto/race/race_task.proto index 9a207a9..17c26ef 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -46,7 +46,12 @@ message RaceTaskBind{ int64 bindId = 2; TaskBindType bindType = 3; int32 status = 4; //0=解绑 ;1=绑定 +} +message RaceTaskBindAll{ + int64 taskId = 1; + int64 ruleId = 2; + int64 sceneId = 3; } /* message RaceTaskQuery{