From 3a62992c3fbe07a13deae8235fc63725e600704a Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 8 Mar 2024 10:28:30 +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 d3302aa..2099e8e 100644 --- a/proto/race/race_scoring_rule.proto +++ b/proto/race/race_scoring_rule.proto @@ -25,7 +25,7 @@ message Rule{ message Unit { string name = 1; //项目 - uint32 score = 2; //分值 + float score = 2; //分值 // string content = 3;//作业程序 string criteria = 4;//评分标准 repeated Unit children = 5; //子级不为空就是目录