大赛管理功能
This commit is contained in:
parent
6b8e54c021
commit
8290edfa9e
@ -24,9 +24,9 @@ message Rule{
|
|||||||
//最小评分单元
|
//最小评分单元
|
||||||
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; //子级不为空就是目录
|
||||||
string id = 6; //单元id,纯前端维护,每次提交都可能会导致值的变化
|
string id = 6; //单元id,纯前端维护,每次提交都可能会导致值的变化
|
||||||
|
Loading…
Reference in New Issue
Block a user