|
@@ -108,7 +108,7 @@ public class TbCctvCtlr implements Serializable {
|
|
|
private String intrHttpAddr;
|
|
|
|
|
|
@ApiModelProperty("WEB RTC 서버 아이피") // Y VARCHAR2(20)
|
|
|
- @Column(name = "WEB_RTC_SVR_IP", length = 20)
|
|
|
+ @Column(name = "WEB_RTC_SVR_IP", length = 30)
|
|
|
private String webRtcSvrIp;
|
|
|
|
|
|
@ApiModelProperty("WEB RTC 서버 포트") // Y NUMBER(5)
|
|
@@ -172,7 +172,7 @@ public class TbCctvCtlr implements Serializable {
|
|
|
private String delYn;
|
|
|
|
|
|
@ApiModelProperty("RTC 서버 아이피") // Y VARCHAR2(20)
|
|
|
- @Column(name = "RTC_SVR_IP", length = 20)
|
|
|
+ @Column(name = "RTC_SVR_IP", length = 30)
|
|
|
private String rtcSvrIp;
|
|
|
|
|
|
@ApiModelProperty("RTC 서버 포트") // Y NUMBER(5)
|