648540858
2020-11-06 b6358d1036cf7e71549d2ce6a261d5217eddcf14
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;
   }
}