大赛管理功能
This commit is contained in:
parent
d82430dee3
commit
a186e4a490
@ -41,7 +41,9 @@ message RacePaperModuleVO{
|
|||||||
message PaperModule{
|
message PaperModule{
|
||||||
string module_name = 1;
|
string module_name = 1;
|
||||||
int32 duration = 2;
|
int32 duration = 2;
|
||||||
|
|
||||||
repeated Group group = 3; //任务分组(此分组目前看仅为称呼)
|
repeated Group group = 3; //任务分组(此分组目前看仅为称呼)
|
||||||
|
int64 module_score_rule_id = 4;
|
||||||
}
|
}
|
||||||
//分组
|
//分组
|
||||||
message Group{
|
message Group{
|
||||||
|
@ -45,6 +45,7 @@ message StorageSimulation {
|
|||||||
string step_json = 2;
|
string step_json = 2;
|
||||||
string member_json = 3;
|
string member_json = 3;
|
||||||
repeated string player_ids = 4;
|
repeated string player_ids = 4;
|
||||||
|
string scoring_rule_json = 5;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user