This commit is contained in:
邹宗楠
2022-10-18 16:50:06 +08:00
parent eedbe38535
commit f83be684f6
3 changed files with 41 additions and 13 deletions

View File

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