添加下单接口

This commit is contained in:
邹宗楠
2022-06-27 15:36:47 +08:00
parent 1eb31e2b92
commit 1400845af3
6 changed files with 266 additions and 11 deletions

View File

@@ -45,6 +45,9 @@ func Init() {
orm.RegisterModel(&model.NewConfig{}, &legacymodel.Config{})
orm.RegisterModel(&model.AddressDistinguish{})
orm.RegisterModel(&model.VendorMatterCategory{}) //平台物流分类(手动添的)
// 物流订单
orm.RegisterModel(&model.UserVendorOrder{})
}
//打印机