This commit is contained in:
谢小军
2019-08-03 01:11:15 +08:00
parent d3ca8051ee
commit 27b1c099cc
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import (
"gormt/data/config"
"gormt/data/view/gtools/generate"
"github.com/xxjwxc/public/mybigcamel"
"github.com/xxjwxc/public/mysqldb"
)

View File

@@ -5,6 +5,7 @@ import (
"os/exec"
"gormt/data/config"
"github.com/xxjwxc/public/mysqldb"
"github.com/xxjwxc/public/tools"
)