大赛管理功能
This commit is contained in:
parent
79c926c676
commit
c11e2cdff5
@ -13,7 +13,7 @@ message RacePaperVO{
|
|||||||
// RaceSeason season = 4;
|
// RaceSeason season = 4;
|
||||||
int64 season_id = 5;
|
int64 season_id = 5;
|
||||||
string season_name = 6;
|
string season_name = 6;
|
||||||
bool support_copy = 7;
|
// bool support_copy = 7;
|
||||||
|
|
||||||
common.ModifyInfoVO modify_info = 8;
|
common.ModifyInfoVO modify_info = 8;
|
||||||
RaceSeason.Group group = 9;
|
RaceSeason.Group group = 9;
|
||||||
@ -33,7 +33,7 @@ message RacePaperCreateVO {
|
|||||||
string name = 1;
|
string name = 1;
|
||||||
string desc = 2; //非必填
|
string desc = 2; //非必填
|
||||||
int64 season_id = 3;
|
int64 season_id = 3;
|
||||||
bool support_copy = 4;
|
// bool support_copy = 4;
|
||||||
}
|
}
|
||||||
//赛题模块
|
//赛题模块
|
||||||
message RacePaperModuleVO{
|
message RacePaperModuleVO{
|
||||||
|
Loading…
Reference in New Issue
Block a user