Merge pull request #12009 from dataease/pr@dev-v2@fix_app

fix(图表): 修复部分带计算参数的图表导出应用后再次应用出现错误问题
This commit is contained in:
王嘉豪 2024-09-04 17:01:27 +08:00 committed by GitHub
commit b89e57d33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,4 +118,9 @@ public class AppCoreDatasetTableFieldVO implements Serializable {
* 时间格式类型
*/
private String dateFormatType;
/**
* params
*/
private String params;
}