(1)细化IPV4掩码范围验证的提示
(2)IP不能为xxxx的提示前方加入空格 (3)DNS响应策略导入模板,导入功能提交
This commit is contained in:
@@ -32,7 +32,19 @@ public class DnsResStrategy extends BaseCfg<DnsResStrategy> {
|
||||
private String group1Name;
|
||||
@ExcelField(title="min_ttl",sort=4)
|
||||
private String miTtlmax;
|
||||
//仅作导入使用
|
||||
private String ttl;
|
||||
|
||||
public String getTtl() {
|
||||
return ttl;
|
||||
}
|
||||
|
||||
|
||||
public void setTtl(String ttl) {
|
||||
this.ttl = ttl;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void initDefaultValue() {
|
||||
this.resGroup2Id=0;
|
||||
|
||||
Reference in New Issue
Block a user