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
commit 1e6e9fb0e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6cbd8ee5089a314945c0c0f2e94b35208f336bc2
Subproject commit f18dfc4b4f2cba91d71967a91556ad2e1d2ebcc7

View File

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