From 5034d44793497699ba8a2e5a2b6312e5a5b7e8f2 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Mon, 18 Sep 2023 16:22:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B3=E7=AD=96=E4=BF=A1=E6=81=AF=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E9=AB=98=E5=B3=B0=E6=97=B6=E9=97=B4=E6=AE=B5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertConst.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/protos/alertConst.proto b/protos/alertConst.proto index 05eea72..4dfe7fa 100644 --- a/protos/alertConst.proto +++ b/protos/alertConst.proto @@ -61,3 +61,13 @@ enum AlertType { //全线蓝显 ALL_LINE_BLUE_DISPLAY = 19; } +enum TipTimeConfig{ + //假期早高峰 + HOLIDAYS_MORN_PEAK = 0; + //假期晚高峰 + HOLIDAYS_EVENING_PEAK = 1; + //早高峰 + MORN_PEAK = 2; + //晚高峰 + EVENING_PEARK = 3; +} \ No newline at end of file