This commit is contained in:
谢小军
2019-12-13 19:52:15 +08:00
parent 3646031889
commit da4332286f
8 changed files with 66 additions and 15 deletions

View File

@@ -5,8 +5,8 @@ import (
"github.com/xxjwxc/gormt/data/view/model/genmysql"
)
// GetModel get model interface. 获取model接口
func GetModel() model.IModel {
// GetMysqlModel get model interface. 获取model接口
func GetMysqlModel() model.IModel {
//now just support mysql
return &genmysql.MySQLModel
}