大赛管理功能

This commit is contained in:
tiger_zhou 2024-02-23 10:39:11 +08:00
parent 66d5d3dc2b
commit 816b2ea604

View File

@ -28,9 +28,9 @@ message RaceSceneListVO{
}
message RaceScenePublishVO{
int64 traningPublishId = 1; //id
int64 dafitid = 1;//稿id
// int64 mapId = 2;
string name = 2;
string name = 3;
}