修改初始化方法为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(){
|
||||
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user