修改增强字符串类域的region属性为动态展示
This commit is contained in:
@@ -16,6 +16,10 @@ public class FunctionRegionDict extends BaseCfg<FunctionRegionDict> {
|
||||
private String configDesc;
|
||||
private Integer isMaat;
|
||||
private Integer regionType;
|
||||
private String configMultiKeywords;
|
||||
private String configHex;
|
||||
private String configExprType;
|
||||
private String configMatchMethod;
|
||||
public Integer getDictId() {
|
||||
return dictId;
|
||||
}
|
||||
@@ -64,5 +68,30 @@ public class FunctionRegionDict extends BaseCfg<FunctionRegionDict> {
|
||||
public void setRegionType(Integer regionType) {
|
||||
this.regionType = regionType;
|
||||
}
|
||||
public String getConfigMultiKeywords() {
|
||||
return configMultiKeywords;
|
||||
}
|
||||
public void setConfigMultiKeywords(String configMultiKeywords) {
|
||||
this.configMultiKeywords = configMultiKeywords;
|
||||
}
|
||||
public String getConfigHex() {
|
||||
return configHex;
|
||||
}
|
||||
public void setConfigHex(String configHex) {
|
||||
this.configHex = configHex;
|
||||
}
|
||||
public String getConfigExprType() {
|
||||
return configExprType;
|
||||
}
|
||||
public void setConfigExprType(String configExprType) {
|
||||
this.configExprType = configExprType;
|
||||
}
|
||||
public String getConfigMatchMethod() {
|
||||
return configMatchMethod;
|
||||
}
|
||||
public void setConfigMatchMethod(String configMatchMethod) {
|
||||
this.configMatchMethod = configMatchMethod;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user