rdluck 4 年 前
コミット
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),
 	)
 }