ソースを参照

add bind user cash ,cent ,balance

abiao 5 年 前
コミット
a46505622a
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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(ThreeWxUser), new(ShopApplication), new(BindUser), new(SysCent))
 }