@@ -6,8 +6,10 @@ import lombok.Data;
public class EsCountVO {
//栏位
private String field;
- //搜索的栏位值
- private String value;
+ //搜索的栏位值1
+ private String valueOne;
+ //搜索的栏位值2
+ private String valueTwo;
//top
private Integer topN;
}