648540858
2020-10-14 b55374c75a17c87b9ccb8d5c12abe188875af256
src/main/java/com/genersoft/iot/vmp/gb28181/bean/RecordItem.java
@@ -2,7 +2,7 @@
/**    
 * @Description:设备录像bean 
 * @author: songww
 * @author: swwheihei
 * @date:   2020年5月8日 下午2:06:54     
 */
public class RecordItem {
@@ -23,7 +23,7 @@
   
   private String type;
   
   private String recordId;
   private String recorderId;
   public String getDeviceId() {
      return deviceId;
@@ -81,12 +81,12 @@
      this.type = type;
   }
   public String getRecordId() {
      return recordId;
   public String getRecorderId() {
      return recorderId;
   }
   public void setRecordId(String recordId) {
      this.recordId = recordId;
   public void setRecordId(String recorderId) {
      this.recorderId = recorderId;
   }
   public String getEndTime() {