From ce9aa5fea35c528a9b081e4d1b3af0b7d114e96c Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Thu, 28 Mar 2024 09:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=BA=93=E9=97=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 7a033fd..60031f4 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -591,7 +591,7 @@ message GarageDoor { string code = 2; uint32 linkSection = 3; //关联区段 repeated uint32 centralizedStations = 4; // 集中站Id列表; - string refPslMapCode = 3; // 关联的Psl地图的code(名称) + string refPslMapCode = 5; // 关联的Psl地图的code(名称) } /** 洗车机 */ message CarWashing {