(1)IP类配置增加区域GK逻辑
(2)修复编译ID的重复获取BUG (3)监测类配置目前不提供区域管控逻辑
This commit is contained in:
@@ -16,6 +16,8 @@ package com.nis.domain.configuration;
|
||||
* @version V1.0
|
||||
*/
|
||||
public class AreaIpCfg extends BaseIpCfg {
|
||||
private static final String tableName="area_ip_cfg";
|
||||
private static final String maatTable="DF_IP_RANGE";
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
@@ -53,5 +55,23 @@ public class AreaIpCfg extends BaseIpCfg {
|
||||
this.isAreaEffective=0;
|
||||
this.areaEffectiveIds=null;
|
||||
}
|
||||
|
||||
/**
|
||||
* tablename
|
||||
* @return tablename
|
||||
*/
|
||||
|
||||
public static String getTablename() {
|
||||
return tableName;
|
||||
}
|
||||
|
||||
/**
|
||||
* maattable
|
||||
* @return maattable
|
||||
*/
|
||||
|
||||
public static String getMaattable() {
|
||||
return maatTable;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user