From ee5fb2079424cb1ac7a049ead18e0c50aa98606b Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 14 Dec 2023 17:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=8F=B0=E5=85=B3=E8=81=94=E7=89=A9?= =?UTF-8?q?=E7=90=86=E5=8C=BA=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 60968c2..29e4915 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -108,6 +108,7 @@ message Platform { // string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 string refStation = 6; //关联的车站 bool up = 7; //上下行--true表示上行,false表示下行 + string refSectionId = 8; //关联的物理区段id } message Station {