mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 13:47:09 +00:00
(improvement)(headless)Remove unnecessary sourceId from TranslateResp.
This commit is contained in:
@@ -16,8 +16,7 @@ import java.io.Serializable;
|
||||
public class TranslateResp implements Serializable {
|
||||
|
||||
private String sql;
|
||||
|
||||
private String sourceId;
|
||||
|
||||
private boolean isOk;
|
||||
private String errMsg;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user