old mode 100644
new mode 100755
 |  |  | 
 |  |  |     @Schema(description = "多端口RTP收流端口范围") | 
 |  |  |     private String rtpPortRange; | 
 |  |  |  | 
 |  |  |     @Schema(description = "RTP发流端口范围") | 
 |  |  |     private String sendRtpPortRange; | 
 |  |  |  | 
 |  |  |     @Schema(description = "assist服务端口") | 
 |  |  |     private int recordAssistPort; | 
 |  |  |  | 
 |  |  | 
 |  |  |     public void setHookAliveInterval(Float hookAliveInterval) { | 
 |  |  |         this.hookAliveInterval = hookAliveInterval; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getSendRtpPortRange() { | 
 |  |  |         return sendRtpPortRange; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public void setSendRtpPortRange(String sendRtpPortRange) { | 
 |  |  |         this.sendRtpPortRange = sendRtpPortRange; | 
 |  |  |     } | 
 |  |  | } |