648540858
2024-03-18 1768565ce045d4beddccc82d10b533ea3022cf8d
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;
    }
}