门店审核

This commit is contained in:
苏尹岚
2020-09-16 10:39:22 +08:00
parent e9d56063c2
commit f158420aee
2 changed files with 60 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ func Init() {
orm.RegisterModel(&model.ThingMap{})
orm.RegisterModel(&model.SkuExinfoMap{})
orm.RegisterModel(&model.StorePushClient{})
orm.RegisterModel(&model.StoreAudit{})
orm.RegisterModel(&model.AuthBind{}, &model.User{})