region 字典增加configServiceType属性
This commit is contained in:
@@ -20,6 +20,14 @@ public class FunctionRegionDict extends BaseCfg<FunctionRegionDict> {
|
||||
private String configHex;
|
||||
private String configExprType;
|
||||
private String configMatchMethod;
|
||||
private String configServiceType;
|
||||
|
||||
public String getConfigServiceType() {
|
||||
return configServiceType;
|
||||
}
|
||||
public void setConfigServiceType(String configServiceType) {
|
||||
this.configServiceType = configServiceType;
|
||||
}
|
||||
public Integer getDictId() {
|
||||
return dictId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user