From 79f3ca9791bffe1ee7850432b8b432e8c5d7bf7e Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 25 十月 2023 14:45:45 +0800 Subject: [PATCH] 优化收藏功能 --- src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java b/src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java old mode 100644 new mode 100755 index e6bbb5f..365f154 --- a/src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java +++ b/src/main/java/com/genersoft/iot/vmp/media/zlm/dto/MediaServerItem.java @@ -62,6 +62,9 @@ @Schema(description = "澶氱鍙TP鏀舵祦绔彛鑼冨洿") private String rtpPortRange; + @Schema(description = "RTP鍙戞祦绔彛鑼冨洿") + private String sendRtpPortRange; + @Schema(description = "assist鏈嶅姟绔彛") private int recordAssistPort; @@ -77,9 +80,8 @@ @Schema(description = "鏄惁鏄粯璁LM") private boolean defaultServer; - @Schema(description = "褰撳墠浣跨敤鍒扮殑绔彛") - private int currentPort; - + @Schema(description = "褰曞儚瀛樺偍鏃堕暱") + private int recordDate; public MediaServerItem() { } @@ -266,14 +268,6 @@ this.updateTime = updateTime; } - public int getCurrentPort() { - return currentPort; - } - - public void setCurrentPort(int currentPort) { - this.currentPort = currentPort; - } - public boolean isStatus() { return status; } @@ -297,4 +291,20 @@ public void setHookAliveInterval(Float hookAliveInterval) { this.hookAliveInterval = hookAliveInterval; } + + public String getSendRtpPortRange() { + return sendRtpPortRange; + } + + public void setSendRtpPortRange(String sendRtpPortRange) { + this.sendRtpPortRange = sendRtpPortRange; + } + + public int getRecordDate() { + return recordDate; + } + + public void setRecordDate(int recordDate) { + this.recordDate = recordDate; + } } -- Gitblit v1.8.0