src/main/java/com/genersoft/iot/vmp/gb28181/bean/RecordInfo.java
@@ -6,7 +6,7 @@ import java.util.List; /** * @Description:设备录像信息bean * @description:设备录像信息bean * @author: swwheihei * @date: 2020年5月8日 下午2:05:56 */ @@ -15,6 +15,8 @@ private String deviceId; private String channelId; private String sn; private String name; @@ -61,4 +63,12 @@ public void setChannelId(String channelId) { this.channelId = channelId; } public String getSn() { return sn; } public void setSn(String sn) { this.sn = sn; } }