songww
2020-05-21 21c0eb821f8d9f6df9bd310e3fef4cbbab83d3cc
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() {