From c012a4e5df8a80af99801c810dc2a7b88d21bc2b Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 23 Feb 2024 16:50:22 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/race/race_paper.proto b/proto/race/race_paper.proto index b8c5093..39e95e6 100644 --- a/proto/race/race_paper.proto +++ b/proto/race/race_paper.proto @@ -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; }