增强字符串类,数值类POJO默认值设置调整

This commit is contained in:
wangxin
2018-02-28 10:55:39 +08:00
parent 2103d3abf0
commit 553be71415
16 changed files with 227 additions and 334 deletions

View File

@@ -260,9 +260,9 @@ public class BaseIpCfg extends BaseCfg<BaseIpCfg> {
@Override
public void initDefaultValue(){
super.initDefaultValue();
this.srcIp ="0.0.0.0";
// this.srcIp ="0.0.0.0";
this.srcPortMask = "65535" ;
this.dstIp = "0.0.0.0" ;
// this.dstIp = "0.0.0.0" ;
this.dstPortMask = "65535";
this.direction = 0;
}