|
@@ -52,6 +52,14 @@ public class TbVmsMonitoringDto implements Serializable {
|
|
|
this.monitoringType = monitoringType;
|
|
|
}
|
|
|
|
|
|
+ @ApiModelProperty("스트리밍 HTTP 주소") // Y VARCHAR(200)
|
|
|
+ @JsonProperty("strm_http_addr")
|
|
|
+ private String strmHttpAddr;
|
|
|
+
|
|
|
+ @ApiModelProperty("스트리밍 RTSP 주소") // Y VARCHAR(200)
|
|
|
+ @JsonProperty("strm_rtsp_addr")
|
|
|
+ private String strmRtspAddr;
|
|
|
+
|
|
|
@ApiModel("TbVmsMonitoringUpdReq(VMS 모니터링 화면 정보변경)")
|
|
|
@Getter
|
|
|
@Setter
|