feat:Extraction of configuration parameters

This commit is contained in:
wenjianzhang
2020-07-06 13:53:15 +08:00
parent bfbc5081ea
commit 8a1614f64d
34 changed files with 99 additions and 79 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package models
import (
"errors"
"go-admin/global/orm"
orm "go-admin/global"
"go-admin/tools"
_ "time"
)