From 60ead5ac3de07bb3a2113309e46f93947594f235 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Wed, 25 Oct 2023 10:47:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E7=90=86=E5=8C=BA=E6=AE=B5=E7=A0=81?= =?UTF-8?q?=E4=BD=8D=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 73df271..942db70 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -40,6 +40,7 @@ message RtssGraphicStorage { repeated KilometerConvert kilometerConvertList = 32;//公里标转换列表 repeated ScreenDoor screenDoors = 33; repeated StationRelateDevice stationRelateDeviceList = 34; // 关联设备列表 + repeated SectionCodePoint sectionCodePointList = 35; // 物理区段码位表 } message Canvas { @@ -495,3 +496,8 @@ message DeviceCombinationtype { string code = 1; repeated string refDevices = 2;//车站关联的设备 } + +message SectionCodePoint { + string centralizedStation = 1; + repeated string sectionIds = 2; //物理区段id列表 +}