大赛管理功能
This commit is contained in:
parent
84a8e80a5b
commit
64053645db
@ -18,14 +18,15 @@ message RaceScoringRuleListVO{
|
||||
}
|
||||
|
||||
|
||||
|
||||
message Rule{
|
||||
repeated Unit units = 1;
|
||||
//最小评分单元
|
||||
message Unit {
|
||||
string text = 1; //文字描述
|
||||
uint32 scene_step_id = 2; //场景步骤ID
|
||||
uint32 score = 3; //分值
|
||||
string worker = 4;//作业程序
|
||||
string criteria = 5;//评分标准
|
||||
string name = 1; //文字描述
|
||||
uint32 score = 2; //分值
|
||||
string content = 3;//作业程序
|
||||
string criteria = 4;//评分标准
|
||||
repeated Unit children = 5; //子级不为空就是目录
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user