648540858
2023-10-23 16c056e338b7d2006da05f1f70bf87624f458d3d
src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java
@@ -80,14 +80,8 @@
    @Schema(description = "是否是默认ZLM")
    private boolean defaultServer;
    @Schema(description = "录像存储路径")
    private String recordPath;
    @Schema(description = "录像存储时长")
    private int recordDate;
    public MediaServerItem() {
    }
@@ -304,14 +298,6 @@
    public void setSendRtpPortRange(String sendRtpPortRange) {
        this.sendRtpPortRange = sendRtpPortRange;
    }
    public String getRecordPath() {
        return recordPath;
    }
    public void setRecordPath(String recordPath) {
        this.recordPath = recordPath;
    }
    public int getRecordDate() {