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