From a191e82832ec4182bfee3f7920d011ad318aaafe Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Thu, 28 Mar 2024 10:26:17 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 60031f4..979d535 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -54,7 +54,7 @@ message RtssGraphicStorage { repeated PslBox pslBoxs = 44; // psl地图打开按钮 repeated CarWashing carWashings = 45; // 洗车机 repeated GarageDoor garageDoors = 46; // 车库门 - //repeated FloodGate floodGates = 47; // 防淹门 + repeated GarageDoor floodGates = 47; // 防淹门 //repeated GarageDoorBox garageDoorBoxes = 48; //车库门Psl开启按钮 } @@ -585,7 +585,7 @@ message CurvatureKiloMarker { string code = 2; repeated KilometerSystem kilometerSystem = 4; //公里标数据 } -/** 车库门(防淹门) */ +/** 车库门 */ message GarageDoor { CommonInfo common = 1; string code = 2;