mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-06 01:36:46 +08:00
merge
This commit is contained in:
@ -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<>();
|
||||
|
Reference in New Issue
Block a user