From a65253b7a3685dabe0376caa36bda8b47d675ff7 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Mon, 28 Aug 2023 09:21:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=A8=E7=BA=BF=E8=93=9D?= =?UTF-8?q?=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index 7202fdc..05eea72 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -58,4 +58,6 @@ enum AlertType { SWITCH_LOST_MOST = 17; //列车紧制 & atp切除 TRAIN_EB_ATP = 18; + //全线蓝显 + ALL_LINE_BLUE_DISPLAY = 19; }