大赛管理功能

This commit is contained in:
tiger_zhou 2024-02-23 16:50:22 +08:00
parent ba42fa3e2c
commit c012a4e5df
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ message RacePaperDetailVO{
string desc = 3;
RacePaperModuleVO module_vo = 4;
int64 season_id = 5;
string season_name = 6;
string season_name = 6;;
bool support_copy = 7;
common.ModifyInfoVO modify_info = 8;
}