diff --git a/proto/race/race_scoring_rule.proto b/proto/race/race_scoring_rule.proto index 99923e9..174be75 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; //分值 - string content = 3;//作业程序 + string content = 3;//项目 string criteria = 4;//评分标准 repeated Unit children = 5; //子级不为空就是目录 }