src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java
@@ -85,6 +85,8 @@ @Schema(description = "录像存储路径") private String recordPath; @Schema(description = "类型: zlm/abl") private String type; public MediaServerItem() { } @@ -318,4 +320,12 @@ public void setRecordPath(String recordPath) { this.recordPath = recordPath; } public String getType() { return type; } public void setType(String type) { this.type = type; } }