@ -6,5 +6,5 @@ import lombok.Data;
public class FilterRule {
private String field;
private String op;
private String value;
private Object value;
}