From a1534096aa1ed2566b93ffe7bfde76750de10a60 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Thu, 21 Mar 2024 09:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=A6=E5=BA=93=E9=97=A8?= =?UTF-8?q?=E7=9B=92=E8=AE=BE=E5=A4=87=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 6faebc0..d5df364 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -730,4 +730,5 @@ message GarageDoorBox { string code = 2; string refPslMapCode = 3; // 关联的Psl地图的code(名称) uint32 refGarageDoorId = 4; // 关联的车库门的id -} \ No newline at end of file + bool flip = 5; // 是否翻转(前端显示) +}