业务配置增加勾选导出
This commit is contained in:
@@ -34,7 +34,21 @@ public class DnsResStrategy extends BaseCfg<DnsResStrategy> {
|
||||
private String miTtlmax;
|
||||
//仅作导入使用
|
||||
private String ttl;
|
||||
@ExcelField(title="policy_number",sort=0)
|
||||
private String dnsId;
|
||||
|
||||
|
||||
|
||||
public String getDnsId() {
|
||||
return dnsId;
|
||||
}
|
||||
|
||||
|
||||
public void setDnsId(String dnsId) {
|
||||
this.dnsId = dnsId;
|
||||
}
|
||||
|
||||
|
||||
public String getTtl() {
|
||||
return ttl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user