This commit is contained in:
邹宗楠
2022-08-19 10:46:12 +08:00
parent 035497d3ec
commit 75ad109b81
2 changed files with 30 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ func Init() {
orm.RegisterModel(&model.PrintBill{})
orm.RegisterModel(&model.OrderPay{})
orm.RegisterModel(&model.PrintBillRecord{})
orm.RegisterModel(&model.PrintBindStore{})
// create table
orm.RunSyncdb("default", false, true)
}