Lawrence
2020-06-07 e4894a45a43e9ddd3be0ccb864c117da7b024d45
src/main/java/com/genersoft/iot/vmp/gb28181/bean/RecordItem.java
@@ -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() {