mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 13:47:09 +00:00
[improvement][headless]Remove unnecessary model name checks.
This commit is contained in:
@@ -22,6 +22,7 @@ public class QueryColumn {
|
||||
public QueryColumn(String nameEn, String type) {
|
||||
this.type = type;
|
||||
this.nameEn = nameEn;
|
||||
this.name = nameEn;
|
||||
}
|
||||
|
||||
public QueryColumn(String name, String type, String nameEn) {
|
||||
|
||||
Reference in New Issue
Block a user