大赛管理功能

This commit is contained in:
tiger_zhou 2024-02-26 17:27:06 +08:00
parent d82430dee3
commit a186e4a490
2 changed files with 3 additions and 0 deletions

View File

@ -41,7 +41,9 @@ message RacePaperModuleVO{
message PaperModule{
string module_name = 1;
int32 duration = 2;
repeated Group group = 3; //
int64 module_score_rule_id = 4;
}
//
message Group{

View File

@ -45,6 +45,7 @@ message StorageSimulation {
string step_json = 2;
string member_json = 3;
repeated string player_ids = 4;
string scoring_rule_json = 5;
}