xingzai 2 anos atrás
pai
commit
2fc1aa66bb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      models/db.go

+ 1 - 0
models/db.go

@@ -70,6 +70,7 @@ func init() {
 		new(CygxTacticsTimeLineHistory),
 		new(CygxBannerHistory),
 		new(CygxInviteCompany),
+		new(CygxApplyRecord),
 	)
 	// 记录ORM查询日志
 	orm.Debug = true