更CFG_REGION_CODE类型
This commit is contained in:
@@ -151,7 +151,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 配置域码
|
||||
*/
|
||||
protected String cfgRegionCode;
|
||||
protected Integer cfgRegionCode;
|
||||
/**
|
||||
* 内容类型
|
||||
*/
|
||||
@@ -161,6 +161,34 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
*/
|
||||
protected Integer functionId;
|
||||
|
||||
/**
|
||||
* cfgRegionCode
|
||||
* @return cfgRegionCode
|
||||
*/
|
||||
|
||||
public Integer getCfgRegionCode() {
|
||||
return cfgRegionCode;
|
||||
}
|
||||
/**
|
||||
* @param cfgRegionCode the cfgRegionCode to set
|
||||
*/
|
||||
public void setCfgRegionCode(Integer cfgRegionCode) {
|
||||
this.cfgRegionCode = cfgRegionCode;
|
||||
}
|
||||
/**
|
||||
* cfgType
|
||||
* @return cfgType
|
||||
*/
|
||||
|
||||
public String getCfgType() {
|
||||
return cfgType;
|
||||
}
|
||||
/**
|
||||
* @param cfgType the cfgType to set
|
||||
*/
|
||||
public void setCfgType(String cfgType) {
|
||||
this.cfgType = cfgType;
|
||||
}
|
||||
/**
|
||||
* functionId
|
||||
* @return functionId
|
||||
|
||||
Reference in New Issue
Block a user