This commit is contained in:
邹宗楠
2022-10-18 17:31:03 +08:00
parent 1e220ea385
commit 3555582349
5 changed files with 173 additions and 183 deletions

View File

@@ -25,6 +25,8 @@ func Init() {
orm.RegisterModel(&model.PrintBillRecord{})
orm.RegisterModel(&model.PrintBindStore{})
orm.RegisterModel(&model.PrintActivation{})
orm.RegisterModel(&model.PrintEdition{})
orm.RegisterModel(&model.PrintNotice{})
// create table
orm.RunSyncdb("default", false, true)
}