src/main/java/com/genersoft/iot/vmp/gb28181/event/online/OnlineEvent.java
@@ -4,7 +4,7 @@ import org.springframework.context.ApplicationEvent; /** * @Description: 在线事件类 * @description: 在线事件类 * @author: swwheihei * @date: 2020年5月6日 上午11:32:56 */ @@ -23,6 +23,8 @@ private String from; private int expires; public Device getDevice() { return device; } @@ -38,5 +40,12 @@ public void setFrom(String from) { this.from = from; } public int getExpires() { return expires; } public void setExpires(int expires) { this.expires = expires; } }