更CFG_REGION_CODE类型

This commit is contained in:
wangxin
2018-05-17 19:43:33 +08:00
parent b1e9328906
commit 6b7ecb9a46
4 changed files with 33 additions and 5 deletions

View File

@@ -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