648540858
2023-10-25 79f3ca9791bffe1ee7850432b8b432e8c5d7bf7e
src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java
old mode 100644 new mode 100755
@@ -80,9 +80,8 @@
    @Schema(description = "是否是默认ZLM")
    private boolean defaultServer;
    @Schema(description = "当前使用到的端口")
    private int currentPort;
    @Schema(description = "录像存储时长")
    private int recordDate;
    public MediaServerItem() {
    }
@@ -269,14 +268,6 @@
        this.updateTime = updateTime;
    }
    public int getCurrentPort() {
        return currentPort;
    }
    public void setCurrentPort(int currentPort) {
        this.currentPort = currentPort;
    }
    public boolean isStatus() {
        return status;
    }
@@ -308,4 +299,12 @@
    public void setSendRtpPortRange(String sendRtpPortRange) {
        this.sendRtpPortRange = sendRtpPortRange;
    }
    public int getRecordDate() {
        return recordDate;
    }
    public void setRecordDate(int recordDate) {
        this.recordDate = recordDate;
    }
}