648540858
2020-11-25 27fd709316d0904b9aeb10be0f7967f2da81e4b3
src/main/java/com/genersoft/iot/vmp/gb28181/bean/DeviceAlarm.java
@@ -1,5 +1,6 @@
package com.genersoft.iot.vmp.gb28181.bean;
public class DeviceAlarm {
   /**
@@ -42,6 +43,7 @@
    * 报警类型
    */
   private String alarmType;
   public String getDeviceId() {
      return deviceId;
@@ -106,5 +108,4 @@
   public void setAlarmType(String alarmType) {
      this.alarmType = alarmType;
   }
}