大赛管理功能

This commit is contained in:
tiger_zhou 2024-03-01 16:11:40 +08:00
parent 8978abf6ce
commit f735ec56b8
1 changed files with 2 additions and 0 deletions

View File

@ -23,10 +23,12 @@ message Rule{
repeated Unit units = 1;
//
message Unit {
string name = 1; //
uint32 score = 2; //
string content = 3;//
string criteria = 4;//
repeated Unit children = 5; //
uint32 id = 6; //id
}
}