mod sepport
This commit is contained in:
xiaojunxie
2019-07-26 11:54:44 +08:00
parent 0d1c1ab0dd
commit 144ccdfe18
8 changed files with 201 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ import (
"regexp"
"strings"
"github.com/xxjwxc/gormt/data/config"
"github.com/xxjwxc/gormt/data/view/gtools/generate"
"gormt/data/config"
"gormt/data/view/gtools/generate"
"github.com/xxjwxc/public/mybigcamel"
"github.com/xxjwxc/public/mysqldb"
)