From c11e2cdff56d76f466ab41356c078d55563a4140 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Tue, 27 Feb 2024 15:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E8=B5=9B=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/race/race_paper.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/race/race_paper.proto b/proto/race/race_paper.proto index 09cfc9c..d41c018 100644 --- a/proto/race/race_paper.proto +++ b/proto/race/race_paper.proto @@ -13,7 +13,7 @@ message RacePaperVO{ // RaceSeason season = 4; int64 season_id = 5; string season_name = 6; - bool support_copy = 7; + // bool support_copy = 7; common.ModifyInfoVO modify_info = 8; RaceSeason.Group group = 9; @@ -33,7 +33,7 @@ message RacePaperCreateVO { string name = 1; string desc = 2; //非必填 int64 season_id = 3; - bool support_copy = 4; + // bool support_copy = 4; } //赛题模块 message RacePaperModuleVO{