From 8290edfa9e1f77dfd11ae1374c7d7c9706a67665 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 1 Mar 2024 17:04:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/race/race_scoring_rule.proto b/proto/race/race_scoring_rule.proto index be049a4..68df66c 100644 --- a/proto/race/race_scoring_rule.proto +++ b/proto/race/race_scoring_rule.proto @@ -24,9 +24,9 @@ message Rule{ //最小评分单元 message Unit { - string name = 1; //文字描述 + string name = 1; //项目 uint32 score = 2; //分值 - string content = 3;//项目 + string content = 3;//作业程序 string criteria = 4;//评分标准 repeated Unit children = 5; //子级不为空就是目录 string id = 6; //单元id,纯前端维护,每次提交都可能会导致值的变化