From c20feed4b6ae3bdd02cb21b4cc5af03c55be869b Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 21 Dec 2023 14:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E7=AB=99=E5=A2=9E=E5=8A=A0=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E8=BD=A6=E8=BE=86=E6=AE=B5?= 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 52176a4..f1a356a 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -142,6 +142,7 @@ message Station { KilometerSystem kilometerSystem = 6; //公里标 string name = 7; repeated uint32 manageStations = 8; // 如果是集中站——管理的车站-id + bool depots = 9; //是否车辆段 } message StationLine {