更改字段类型

This commit is contained in:
wangxin
2018-02-24 15:59:48 +08:00
parent 30b44b1971
commit 39d999758a
3 changed files with 13 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ public class AreaIpCfg extends BaseIpCfg {
super.initDefaultValue();
this.protocolId=0;
this.isAreaEffective=0;
this.areaEffectiveIds="NULL";
this.areaEffectiveIds=null;
}
}