配置新增字段cfg_region_code
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user