ip复用策略提交①界面新增字段复用类型ir_type;②审核user_region字段调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user