mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix: 修复分组计算字段导致应用错误问题
This commit is contained in:
@@ -87,6 +87,16 @@ public class AppCoreDatasetTableFieldVO implements Serializable {
|
||||
*/
|
||||
private Integer deExtractType;
|
||||
|
||||
/**
|
||||
* 分组设置
|
||||
*/
|
||||
private String groupList;
|
||||
|
||||
/**
|
||||
* 未分组的值
|
||||
*/
|
||||
private String otherGroup;
|
||||
|
||||
/**
|
||||
* 是否扩展字段 0原始 1复制 2计算字段...
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user