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; } }