修改初始化方法为public
This commit is contained in:
@@ -431,7 +431,7 @@ public class BaseCfg<T> extends BaseEntity<T> {
|
||||
this.tableName = tableName;
|
||||
}
|
||||
|
||||
protected void initDefaultValue(){
|
||||
public void initDefaultValue(){
|
||||
|
||||
}
|
||||
/**
|
||||
|
||||
@@ -226,7 +226,7 @@ public class DnsIpCfg extends BaseCfg<DnsIpCfg> {
|
||||
* @see com.nis.domain.configuration.BaseCfg#initDefaultValue()
|
||||
*/
|
||||
@Override
|
||||
protected void initDefaultValue() {
|
||||
public void initDefaultValue() {
|
||||
// TODO Auto-generated method stub
|
||||
super.initDefaultValue();
|
||||
this.srcIp ="0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user