mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
feat(X-Pack): [数据填报]表单数据支持字段过滤查询
This commit is contained in:
@@ -26,5 +26,6 @@ public class TableField implements Serializable {
|
||||
List<Object> value;
|
||||
|
||||
private int inCount;
|
||||
private String term = "eq";
|
||||
|
||||
}
|
||||
|
||||
@@ -19,6 +19,10 @@ public class TableFieldWithValue implements Serializable {
|
||||
private String typeName;
|
||||
private Integer type;
|
||||
|
||||
private String isDateTime;
|
||||
private String dateFormat;
|
||||
private String term = "eq";
|
||||
|
||||
public static TableFieldWithValue copy(TableFieldWithValue tableFieldWithValue) {
|
||||
return new TableFieldWithValue()
|
||||
.setValue(tableFieldWithValue.getValue())
|
||||
|
||||
Reference in New Issue
Block a user