From 4f9012b0795f62bf352b078ebbc1b1fffa86849d Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Tue, 22 Oct 2024 15:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=B7=BB=E5=8A=A0line=5Ftype?= =?UTF-8?q?=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertInfo.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/alertInfo.proto b/protos/alertInfo.proto index d091c92..fa4d32e 100644 --- a/protos/alertInfo.proto +++ b/protos/alertInfo.proto @@ -29,6 +29,8 @@ message NccAlertInfoMessage { //区域id int64 alert_location_id = 9; bool mock = 10; + //线路类型 occ/ncc + string line_type = 11; } repeated Message messages = 1;