mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 22:25:19 +00:00
[improvement][headless] Merge struct and SQL query code, unify the queries. (#680)
This commit is contained in:
@@ -16,15 +16,6 @@ public class Parameter {
|
||||
private String dataType;
|
||||
private String module;
|
||||
private List<Object> candidateValues;
|
||||
|
||||
public Parameter(String name, String value, String comment, String dataType, String module) {
|
||||
this.name = name;
|
||||
this.value = value;
|
||||
this.comment = comment;
|
||||
this.dataType = dataType;
|
||||
this.module = module;
|
||||
}
|
||||
|
||||
public Parameter(String name, String value, String comment, String description, String dataType, String module) {
|
||||
this.name = name;
|
||||
this.value = value;
|
||||
|
||||
Reference in New Issue
Block a user