fix: 修复分组计算字段导致应用错误问题

This commit is contained in:
wangjiahao
2025-04-08 12:03:07 +08:00
committed by 王嘉豪
parent b25353057f
commit 49ecce4a0c

View File

@@ -87,6 +87,16 @@ public class AppCoreDatasetTableFieldVO implements Serializable {
*/
private Integer deExtractType;
/**
* 分组设置
*/
private String groupList;
/**
* 未分组的值
*/
private String otherGroup;
/**
* 是否扩展字段 0原始 1复制 2计算字段...
*/