From 05b24269a892b11c9f8d9c055b9edde03b8260cf Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 16 Nov 2023 16:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=A1=E5=8F=B7=E6=9C=BA?= =?UTF-8?q?=E6=89=80=E5=B1=9E=E8=BD=A6=E7=AB=99?= 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 c64e66b..b9a5319 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -267,6 +267,7 @@ message Signal { } // 信号机模型类型 Model mt = 10; + string belongStation = 11; // 所属车站 } /** 物理区段(包含岔区和非岔区) */