From e84865e4d24a2f4aabf0cd2b272cbfccdaf5628f Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 8 Mar 2024 10:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B4=97=E8=BD=A6=E6=9C=BA?= =?UTF-8?q?=20=E8=BD=A6=E5=BA=93=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 4aef552..956708e 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -52,6 +52,8 @@ message RtssGraphicStorage { repeated OtherLine otherLineList = 42; // 其他线设备列表 repeated IbpBox ibpBoxs = 43; // ibp地图打开按钮 repeated PslBox pslBoxs = 44; // psl地图打开按钮 + repeated CarWashing carWashings = 45; // 洗车机 + repeated GarageDoor garageDoors = 46; // 车库门 } message Canvas { @@ -569,6 +571,16 @@ message CurvatureKiloMarker { string code = 2; repeated KilometerSystem kilometerSystem = 4; //公里标数据 } +/** 车库门 */ +message GarageDoor { + CommonInfo common = 1; + string code = 2; +} +/** 洗车机 */ +message CarWashing { + CommonInfo common = 1; + string code = 2; +} /** 信标 */ message Beacon {