Browse Source

no message

xingzai 2 years ago
parent
commit
2fc1aa66bb
1 changed files with 1 additions and 0 deletions
  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