From 68bb38dfe563e6e76e998e3097b38d9d88c1901d Mon Sep 17 00:00:00 2001 From: fan Date: Thu, 16 Nov 2023 16:57:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 9a005d0..215b11b 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -269,7 +269,7 @@ message Signal { } // 信号机模型类型 Model mt = 10; - string belongStation = 11; // 所属车站 + string belongStation = 11; // 所属车站(缩写) } /** 物理区段(包含岔区和非岔区) */