This commit is contained in:
苏尹岚
2021-01-26 10:12:56 +08:00
parent df6b94ac39
commit a1fce2b48c
2 changed files with 2 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ func Init() {
orm.RegisterModel(&model.OrderPay{}, &model.OrderPayRefund{})
orm.RegisterModel(&model.UserOrderSms{})
orm.RegisterModel(&model.FakeJdThingMap{})
orm.RegisterModel(&model.VendorOrgCode{})
//优惠券
orm.RegisterModel(&model.Coupons{})