Support database or schema

This commit is contained in:
SwallowGG
2023-11-16 20:48:45 +08:00
parent 00eb8f5d66
commit 290631abcb
22 changed files with 87 additions and 14 deletions

View File

@ -128,4 +128,14 @@ public class DataSourceVO {
* 服务类型
*/
private String serviceType;
/**
* 是否支持数据库
*/
private boolean supportDatabase;
/**
* 是否支持schema
*/
private boolean supportSchema;
}