mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 04:57:28 +00:00
[improvement][headless]Add modelId to QueryColumn.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user