Merge pull request #10350 from dataease/pr@dev@fix_mix

fix(组合图): 修复组合图日期过滤可能空白的问题
This commit is contained in:
Junjun 2024-06-18 16:43:30 +08:00 committed by GitHub
commit cc6ff7ef85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,4 +22,5 @@ public class PluginDatasetTableField implements Serializable {
private Boolean checked; private Boolean checked;
private Integer columnIndex; private Integer columnIndex;
private Long lastSyncTime; private Long lastSyncTime;
private String dateFormat;
} }