[improvement][headless]Add modelId to QueryColumn.
Some checks are pending
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run

This commit is contained in:
jerryjzhang
2025-01-04 22:24:34 +08:00
parent 7b46ef64fd
commit e0f7ec0f40
2 changed files with 17 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ public class QueryColumn {
private String dataFormatType;
private DataFormat dataFormat;
private String comment;
private Long modelId;
public QueryColumn(String nameEn, String type) {
this.type = type;