大赛管理功能
This commit is contained in:
parent
8978abf6ce
commit
f735ec56b8
@ -23,10 +23,12 @@ message Rule{
|
|||||||
repeated Unit units = 1;
|
repeated Unit units = 1;
|
||||||
//最小评分单元
|
//最小评分单元
|
||||||
message Unit {
|
message Unit {
|
||||||
|
|
||||||
string name = 1; //文字描述
|
string name = 1; //文字描述
|
||||||
uint32 score = 2; //分值
|
uint32 score = 2; //分值
|
||||||
string content = 3;//项目
|
string content = 3;//项目
|
||||||
string criteria = 4;//评分标准
|
string criteria = 4;//评分标准
|
||||||
repeated Unit children = 5; //子级不为空就是目录
|
repeated Unit children = 5; //子级不为空就是目录
|
||||||
|
uint32 id = 6; //单元id
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user