mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-22 21:15:24 +08:00
Add return type
This commit is contained in:
@ -110,4 +110,11 @@ public class DataSourceVO {
|
||||
* 环境
|
||||
*/
|
||||
private SimpleEnvironmentVO environment;
|
||||
|
||||
/**
|
||||
* 连接类型
|
||||
*
|
||||
* @see ai.chat2db.server.domain.api.enums.DataSourceKindEnum
|
||||
*/
|
||||
private String kind;
|
||||
}
|
||||
|
Reference in New Issue
Block a user