门店评分

This commit is contained in:
Rosy-zhudan
2019-09-03 14:48:37 +08:00
parent b12d7dad77
commit ad1bcd36ff
5 changed files with 320 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ func Init() {
orm.RegisterModel(&model.CasbinRule{})
orm.RegisterModel(&model.SensitiveWord{})
orm.RegisterModel(&model.StoreScore{})
// create table
orm.RunSyncdb("default", false, true)
}