ip复用策略提交①界面新增字段复用类型ir_type;②审核user_region字段调整

This commit is contained in:
wangxin
2018-06-28 17:19:06 +08:00
parent 09ed1bb293
commit 53303cd747
8 changed files with 61 additions and 9 deletions

View File

@@ -47,7 +47,23 @@ public class BaseIpCfg extends BaseCfg<BaseIpCfg> {
protected String srcPort;
protected String destPort;
protected Long dnsStrategyId;
protected Integer irType;
protected String groupName;
/**
* irType
* @return irType
*/
public Integer getIrType() {
return irType;
}
/**
* @param irType the irType to set
*/
public void setIrType(Integer irType) {
this.irType = irType;
}
/**
* groupName
* @return groupName