refactor(X-Pack): 数据源插件增加flag

This commit is contained in:
junjun 2024-10-17 13:56:32 +08:00
parent 9cf47cac1c
commit f52bcbd7d4
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;