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

fix(组合图): 修复组合图日期字段格式化错误
This commit is contained in:
Junjun 2024-06-18 15:31:43 +08:00 committed by GitHub
commit a190268513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,4 +35,6 @@ public class PluginChartViewFieldBase implements Serializable {
private String name; private String name;
private String dateFormat;
} }