编译配置生效时,校验编译下是否存在已经被删除的asn域配置。如果存在,提示用户重新编辑。
This commit is contained in:
@@ -49,7 +49,7 @@ public class AsnIpTemplate extends BasicTemplate{
|
||||
public void setOrganization(String organization) {
|
||||
this.organization = organization;
|
||||
}
|
||||
@ExcelField(title="country_code",align=2,sort=14)
|
||||
@ExcelField(title="country",align=2,sort=14)
|
||||
public String getCountry() {
|
||||
return country;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user