648540858
2020-11-13 33b51c40ddd9750a19b2c6a6618fb22386f87cd7
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;
   }
}