AndyYin
2024-08-26 89694a1e71ae5d8c153700ee090c88e1e69836ce
1
2
3
4
5
6
7
8
9
10
11
12
package com.dingzhuo.compute.engine.message.alarm;
 
public enum AlarmType {
  /**
   * 实时报警
   */
  LIVE,
  /**
   * 阶段报警
   */
  PERIOD
}