BGP、DNS、SSL、HTTP配置列表增加源/目的IP、关键字查询字段.
This commit is contained in:
@@ -72,6 +72,8 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
private List<P2pKeywordCfg> p2pKeywordList;
|
||||
|
||||
private Integer sourceCompileId;
|
||||
private String searchKeywords;// 列表关键字查询字段
|
||||
|
||||
public Integer getSourceCompileId() {
|
||||
return sourceCompileId;
|
||||
}
|
||||
@@ -323,5 +325,11 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
public void setIndexTable(String indexTable) {
|
||||
this.indexTable = indexTable;
|
||||
}
|
||||
public String getSearchKeywords() {
|
||||
return searchKeywords;
|
||||
}
|
||||
public void setSearchKeywords(String searchKeywords) {
|
||||
this.searchKeywords = searchKeywords;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user