648540858
2021-11-16 bab5a5ab5e452b6f9cb0cb0efccf85a93c876676
src/main/java/com/genersoft/iot/vmp/gb28181/bean/RecordInfo.java
@@ -6,14 +6,16 @@
import java.util.List;
/**    
 * @Description:设备录像信息bean
 * @description:设备录像信息bean
 * @author: swwheihei
 * @date:   2020年5月8日 下午2:05:56     
 */
public class RecordInfo {
   private String deviceId;
   private String channelId;
   private String name;
   
   private int sumNum;
@@ -52,4 +54,11 @@
      this.recordList = recordList;
   }
   public String getChannelId() {
      return channelId;
   }
   public void setChannelId(String channelId) {
      this.channelId = channelId;
   }
}