abiao 2 years ago
parent
commit
5db3189298
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/gopath/src/fohow.com/apps/models/user_model/init.go

+ 1 - 1
go/gopath/src/fohow.com/apps/models/user_model/init.go

@@ -6,5 +6,5 @@ import (
 
 func init() {
 	orm.RegisterModel(new(Session), new(User), new(WxUser), new(InviteOrder), new(WxUserGongzhonghao),
-		new(ThreeWxUser), new(ShopApplication), new(BindUser), new(SysCent), new(AgentApply), new(DepartRecord))
+		new(ThreeWxUser), new(ShopApplication), new(BindUser), new(SysCent), new(AgentApply), new(DepartRecord), new(Employ))
 }