区域IP页面字段调整,删除src/dst开头字段,新增ip_pattern,ip_address,port_pattern,port字段
This commit is contained in:
@@ -16,7 +16,7 @@ package com.nis.domain.configuration;
|
||||
* @version V1.0
|
||||
*/
|
||||
public class IpPortCfg extends BaseIpCfg {
|
||||
|
||||
private static final String tableName="ip_port_cfg";
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
@@ -42,5 +42,13 @@ public class IpPortCfg extends BaseIpCfg {
|
||||
// TODO Auto-generated method stub
|
||||
super.setProtocolId(0);
|
||||
}
|
||||
/**
|
||||
* tablename
|
||||
* @return tablename
|
||||
*/
|
||||
|
||||
public static String getTablename() {
|
||||
return tableName;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user