From 28c7e36dd7eb5872b6c968c9f47511391caa8a2a Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Mon, 19 Jun 2023 14:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=AC=A1=E7=AA=97=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=8C=BA=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index b591c22..1c92212 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -121,6 +121,7 @@ message StationLine { message TrainWindow { CommonInfo common = 1; string code = 2; + string sectionId = 3; } message Train {