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),
 	)
 }