rdluck 4 жил өмнө
parent
commit
bbf2f2346b
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      models/db.go

+ 2 - 0
models/db.go

@@ -29,5 +29,7 @@ func init() {
 	orm.RegisterModel(
 		new(WxUser),
 		new(CygxSession),
+		new(WxUserLog),
+		new(WxUserCode),
 	)
 }