配置新增字段cfg_region_code

This commit is contained in:
wangxin
2018-05-17 19:38:00 +08:00
parent 91ad42c562
commit b1e9328906
6 changed files with 19 additions and 35 deletions

View File

@@ -34,24 +34,6 @@ public class BaseStringCfg extends BaseCfg<BaseStringCfg> {
@SerializedName("keywords")
protected String cfgKeywords;
protected String cfgKeywordsShowName;
protected String cfgType;
/**
* cfgType
* @return cfgType
*/
public String getCfgType() {
return cfgType;
}
/**
* cfgKeywords
* @return cfgKeywords
*/
public String getCfgKeywords() {
return cfgKeywords;
}
/**
* @param cfgKeywords the cfgKeywords to set
*/