From 3decce5c7245798187c68d5139819a3a8f050136 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 23 Feb 2024 11:21:25 +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_scoring_rule.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/race/race_scoring_rule.proto b/proto/race/race_scoring_rule.proto index 862702f..af2748b 100644 --- a/proto/race/race_scoring_rule.proto +++ b/proto/race/race_scoring_rule.proto @@ -24,7 +24,7 @@ message Rule { //最小评分单元 message Unit { string text = 1; //文字描述 - uint32 sceneStepId = 2; //场景步骤ID + uint32 scene_step_id = 2; //场景步骤ID uint32 score = 3; //分值 string worker = 4;//作业程序 string criteria = 5;//评分标准