From f33749551cded1f81ddef7aabc4be9e5b75af8f3 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 17 Nov 2023 16:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9B=86=E4=B8=AD=E7=AB=99?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=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 70244a5..c7ba984 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -166,6 +166,7 @@ message Station { string stationName = 9; //车站名 string stationNameAcronym = 10; // 车站名缩写 bool depots = 11; //是否车辆段 + repeated string manageStations = 12; // 如果是集中站——管理的车站-id } message TrainWindow {