From 5d09a37666f786d9229ea314ac9f773b8dc1bcbd Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 18 Aug 2023 15:44:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E8=BD=A6=E6=A0=87=E8=B0=83=E6=95=B4?= 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 74cebff..1d10ac3 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -327,6 +327,7 @@ message StopPosition { enum CoachNum { Four = 0; Six = 1; + Eight = 2; } CommonInfo common = 1; string code = 2;