Stream Media 域配置
NTC_STREAM_MEDIA_URL NTC_ SUBSCRIBE_ID NTC_UNIVERSAL_IP[protocol_id=23] NTC_UNIVERSAL_PROTO_TYPE
This commit is contained in:
@@ -8,11 +8,22 @@ package com.nis.domain.configuration;
|
||||
* @version V1.0
|
||||
*/
|
||||
public class AvContUrlCfg extends BaseStringCfg<AvContUrlCfg> {
|
||||
|
||||
private static final String tableName="av_cont_url_cfg";
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1249923766365462700L;
|
||||
|
||||
@Override
|
||||
public void initDefaultValue() {
|
||||
super.initDefaultValue();
|
||||
this.exprType=0;
|
||||
this.matchMethod=0;
|
||||
}
|
||||
|
||||
public static String getTablename() {
|
||||
return tableName;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user