大赛管理功能

This commit is contained in:
tiger_zhou 2024-03-01 15:20:37 +08:00
parent 64053645db
commit 8978abf6ce

View File

@ -25,7 +25,7 @@ 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; //
} }