新增用户管理和vpn服务器ip功能
This commit is contained in:
@@ -14,6 +14,7 @@ import java.util.Map;
|
||||
import org.apache.ibatis.cache.CacheKey;
|
||||
|
||||
import com.nis.domain.basics.AsnIpCfg;
|
||||
import com.nis.domain.basics.IpReuseIpCfg;
|
||||
import com.nis.util.excel.ExcelField;
|
||||
|
||||
|
||||
@@ -65,7 +66,7 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
private List<AvContUrlCfg> avContUrlCfgList;
|
||||
private BaseStringCfg strCfg;
|
||||
private ComplexkeywordCfg complexCfg;
|
||||
|
||||
private List<IpReuseIpCfg> ipReuseIpCfgs;
|
||||
private Long dnsStrategyId;
|
||||
@ExcelField(title="policy_name",sort=21)
|
||||
private String dnsStrategyName;
|
||||
@@ -94,6 +95,12 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
public Integer getSourceCompileId() {
|
||||
return sourceCompileId;
|
||||
}
|
||||
public List<IpReuseIpCfg> getIpReuseIpCfgs() {
|
||||
return ipReuseIpCfgs;
|
||||
}
|
||||
public void setIpReuseIpCfgs(List<IpReuseIpCfg> ipReuseIpCfgs) {
|
||||
this.ipReuseIpCfgs = ipReuseIpCfgs;
|
||||
}
|
||||
public void setSourceCompileId(Integer sourceCompileId) {
|
||||
this.sourceCompileId = sourceCompileId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user