From 225f92b91cd0ff0371b9fd785f91ddf05903ea8a Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Tue, 12 Mar 2024 15:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=98=B2=E6=B7=B9=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index bb3817a..55dadf3 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -54,6 +54,7 @@ message RtssGraphicStorage { repeated PslBox pslBoxs = 44; // psl地图打开按钮 repeated CarWashing carWashings = 45; // 洗车机 repeated GarageDoor garageDoors = 46; // 车库门 + repeated FloodGate floodGates = 47; // 防淹门 } message Canvas { @@ -586,13 +587,23 @@ message CurvatureKiloMarker { message GarageDoor { CommonInfo common = 1; string code = 2; + uint32 linkSection = 3; //关联区段 + repeated uint32 centralizedStations = 4; // 集中站Id列表; } /** 洗车机 */ message CarWashing { CommonInfo common = 1; string code = 2; + uint32 linkSection = 3; //关联区段 + repeated uint32 centralizedStations = 4; // 集中站Id列表; +} +/** 防淹门 */ +message FloodGate { + CommonInfo common = 1; + string code = 2; + uint32 linkSection = 3; //关联区段 + repeated uint32 centralizedStations = 4; // 集中站Id列表; } - /** 信标 */ message Beacon { enum BeaconType {