This commit is contained in:
suyl
2021-08-13 18:23:19 +08:00
parent 5b7ac4700e
commit 8754f1949e
2 changed files with 39 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ func Init() {
orm.RegisterModel(&model.StoreSkuAct{})
}
orm.RegisterModel(&model.ActMtwmVendor{})
orm.RegisterModel(&model.ActEbaiVendor{})
orm.RegisterModel(&model.ActEbaiVendorSku{})
orm.RegisterModel(&model.NewConfig{})