From 81363b68ea2d12fa66c74c103b82dbc921a85889 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 21 Jul 2023 10:00:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= 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 1958d92..aa8f044 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -105,8 +105,9 @@ message Platform { string code = 2; bool hasdoor = 3; // 是否有屏蔽门 string direction = 4; // 行驶方向--屏蔽门上下 - string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 + //string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 string refStation=6; //关联的车站 + bool up = 7;//上下行--true表示上行,false表示下行 } message Station { From e521fa9d3372987b45a4d9bdb63544cf4e1f088f Mon Sep 17 00:00:00 2001 From: joylink_zhangsai <1021828630@qq.com> Date: Fri, 21 Jul 2023 10:23:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E6=95=85=E9=9A=9C=E6=8E=A5=E5=8F=A3=EF=BC=9B=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BB=98=E5=9B=BE=E6=95=B0=E6=8D=AE=E7=BB=B4=E6=8A=A4=EF=BC=9B?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=BE=AA=E7=8E=AF=E6=95=85=E9=9A=9C=E6=8A=A5?= =?UTF-8?q?=E8=AD=A6=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertInfo.proto | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/protos/alertInfo.proto b/protos/alertInfo.proto index 6c6c332..499e7b8 100644 --- a/protos/alertInfo.proto +++ b/protos/alertInfo.proto @@ -20,13 +20,7 @@ message NccAlertInfoMessage { int32 alert_tip_id = 5; - //故障设备信息 - string device_info = 6; - - //导致报警的原因 - string reason = 7; + bool mock = 6; } repeated Message messages = 1; - - }