数据源

This commit is contained in:
XM-GO
2023-04-25 17:20:27 +08:00
parent 5dfa341083
commit 3da0dc3936
20 changed files with 1244 additions and 47 deletions

View File

@@ -57,6 +57,9 @@ func InitRouter() *transport.HttpServer {
visualRouter.InitRuleChainRouter(container)
visualRouter.InitVisualScreenGroupRouter(container)
visualRouter.InitVisualScreenRouter(container)
visualRouter.InitVisualDataSourceRouter(container)
visualRouter.InitVisualDataSetTableRouter(container)
visualRouter.InitVisualDataSetFieldRouter(container)
}
// 任务
{

View File

@@ -1 +0,0 @@
package tool

View File

@@ -1 +0,0 @@
package tool

View File

@@ -1 +0,0 @@
package tool

View File

@@ -1 +0,0 @@
package tool

View File

@@ -1 +0,0 @@
package tool

View File

@@ -1 +0,0 @@
package tool