This commit is contained in:
shanhexi
2023-11-16 22:02:52 +08:00
parent 5f62c0a94b
commit 3c356c6108
43 changed files with 250 additions and 154 deletions

View File

@ -143,6 +143,11 @@ public class DataSource {
*/
private String serviceType;
private boolean supportDatabase;
private boolean supportSchema;
public LinkedHashMap<String, Object> getExtendMap() {
if (ObjectUtils.isEmpty(extendInfo)) {
return new LinkedHashMap<>();