mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
perf: ds api for sqlbot assistant
This commit is contained in:
committed by
fit2cloud-chenyw
parent
adb5653c2e
commit
c8e372bf72
@@ -13,9 +13,13 @@ public class DataSQLBotAssistantVO implements Serializable {
|
||||
|
||||
private String type;
|
||||
|
||||
private String host;
|
||||
|
||||
private int port;
|
||||
|
||||
private String host;
|
||||
private String dataBase;
|
||||
|
||||
private String extraParams;
|
||||
|
||||
private String user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user