voip界面去掉无用的检索条件
摘要文件类型增加音视频文件类 ip和http增加配置导出
This commit is contained in:
@@ -42,24 +42,24 @@ public class BaseIpCfg extends BaseCfg<BaseIpCfg> {
|
||||
*/
|
||||
@Expose
|
||||
@SerializedName("ipType")
|
||||
@ExcelField(title="ip_type",dictType="IP_TYPE")
|
||||
@ExcelField(title="ip_type",dictType="IP_TYPE",sort=101)
|
||||
protected Integer ipType;
|
||||
@ExcelField(title="ip_pattern",dictType="IP_PATTERN")
|
||||
@ExcelField(title="ip_pattern",dictType="IP_PATTERN",sort=102)
|
||||
protected Integer ipPattern;
|
||||
@ExcelField(title="client_ip")
|
||||
@ExcelField(title="client_ip",sort=103)
|
||||
protected String srcIpAddress;
|
||||
@ExcelField(title="server_ip")
|
||||
@ExcelField(title="server_ip",sort=104)
|
||||
protected String destIpAddress;
|
||||
@ExcelField(title="port_pattern",dictType="PORT_PATTERN")
|
||||
@ExcelField(title="port_pattern",dictType="PORT_PATTERN",sort=105)
|
||||
protected Integer portPattern;
|
||||
@ExcelField(title="client_port")
|
||||
@ExcelField(title="client_port",sort=106)
|
||||
protected String srcPort;
|
||||
@ExcelField(title="server_port")
|
||||
@ExcelField(title="server_port",sort=107)
|
||||
protected String destPort;
|
||||
protected Integer dnsStrategyId;
|
||||
@ExcelField(title="ir_type",dictType="IR_TYPE")
|
||||
@ExcelField(title="ir_type",dictType="IR_TYPE",sort=108)
|
||||
protected Integer irType;
|
||||
@ExcelField(title="group_name")
|
||||
@ExcelField(title="group_name",sort=109)
|
||||
protected String groupName;
|
||||
|
||||
private List<NtcSubscribeIdCfg> ntcSubscribeIdCfgList;
|
||||
@@ -97,12 +97,14 @@ public class BaseIpCfg extends BaseCfg<BaseIpCfg> {
|
||||
*/
|
||||
@Expose
|
||||
@SerializedName("direction")
|
||||
@ExcelField(title="direction",dictType="DIRECTION",sort=110)
|
||||
protected Integer direction ;
|
||||
/**
|
||||
* 方向
|
||||
*/
|
||||
@Expose
|
||||
@SerializedName("protocol")
|
||||
@ExcelField(title="protocol",dictType="PROTOCOL",sort=111)
|
||||
protected Integer protocol ;
|
||||
/**
|
||||
* 协议ID
|
||||
|
||||
Reference in New Issue
Block a user