Merge pull request #12751 from dataease/pr@dev-v2@refactor_xpack

refactor(X-Pack): 数据源插件增加flag
This commit is contained in:
Junjun
2024-10-17 14:16:51 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ public class XpackPluginsDatasourceVO implements Serializable {
private String type;
private Integer flag;
private String extraParams;
private String prefix;