大赛管理功能

This commit is contained in:
tiger_zhou 2024-03-01 16:58:06 +08:00
parent 8cfa5d4378
commit 6b8e54c021
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ message Rule{
string content = 3;//
string criteria = 4;//
repeated Unit children = 5; //
uint32 id = 6; //id
string id = 6; //id
}
}