From adef8a792bb82b2a11c568c795a7b11f5d94e329 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 22 Feb 2024 11:08: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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/proto/race/race_task.proto b/proto/race/race_task.proto index fb3d28a..9a207a9 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -22,10 +22,12 @@ message RaceTaskDetailVO { string desc = 3; //基础描述 string content = 4; //考核内容 string standards = 5; //评价标准 - int64 sceneId = 6; - int64 sceneName = 7; - int64 parentId = 8; //父任务的ID - common.ModifyInfoVO modifyInfo = 9; + int64 sceneId = 6; //绑定的场景id + // int64 sceneName = 7; + int64 ruleId = 8; //绑定的评分id + // int64 ruleName = 9; + int64 parentId = 10; //父任务的ID + common.ModifyInfoVO modifyInfo = 11; } message RaceTaskCreateVO{ string name = 1;