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 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=A6=E5=BA=93?= =?UTF-8?q?=E9=97=A8=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; // 是否翻转(前端显示) +} From 86b35d3ead9a269f812b105d8a30a43c019da8bc Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Mon, 25 Mar 2024 13:58:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BA=94=E7=AD=94=E5=99=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8E=9F=E7=BC=96=E5=8F=B7=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index d5df364..1b3fdd9 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -435,6 +435,7 @@ message Transponder { // 应答器 repeated uint32 centralizedStations = 10; // 集中站Id列表 string fixedTelegram = 11; //应答器固定报文 string fixedUserTelegram = 12; //应答器固定用户报文 + string originalCode = 13; //应答器原编号(厂商提供数据编号) } message SimpleRef {