配置取消审核操作时增加来函选择,并展示
This commit is contained in:
@@ -26,6 +26,7 @@ public class DnsIpCfg extends BaseIpCfg {
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8149437730819674317L;
|
||||
private String indexTable="dns_ip_cfg";
|
||||
private String dnsStrategyName;
|
||||
private Integer dnsStrategyId;
|
||||
|
||||
@@ -41,5 +42,11 @@ public class DnsIpCfg extends BaseIpCfg {
|
||||
public void setDnsStrategyName(String dnsStrategyName) {
|
||||
this.dnsStrategyName = dnsStrategyName;
|
||||
}
|
||||
public String getIndexTable() {
|
||||
return indexTable;
|
||||
}
|
||||
public void setIndexTable(String indexTable) {
|
||||
this.indexTable = indexTable;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user