From 3578704df64304edd35bc5c7809256cac775a0d9 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 23 Nov 2023 17:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E7=AB=99=E5=8E=BB=E6=8E=89=E8=BD=A6?= =?UTF-8?q?=E7=AB=99=E5=90=8D=E7=AE=80=E5=86=99=E3=80=81=E4=BF=A1=E5=8F=B7?= =?UTF-8?q?=E6=9C=BA=E5=8E=BB=E6=8E=89=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 9c780d6..c5a0d61 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -164,7 +164,7 @@ message Station { // int32 index = 7; string refIbpMapCode = 8; // 关联IBP地图Code string stationName = 9; //车站名 - string stationNameAcronym = 10; // 车站名缩写 + //string stationNameAcronym = 10; // 车站名缩写 bool depots = 11; //是否车辆段 repeated string manageStations = 12; // 如果是集中站——管理的车站-id } @@ -271,7 +271,7 @@ message Signal { } // 信号机模型类型 Model mt = 10; - string belongStation = 11; // 所属车站(缩写) + //string belongStation = 11; // 所属车站(缩写) } /** 物理区段(包含岔区和非岔区) */