大赛管理功能
This commit is contained in:
parent
0775145d03
commit
3decce5c72
|
@ -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;//评分标准
|
||||
|
|
Loading…
Reference in New Issue