wxpay_player.gen.go 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Code generated by gorm.io/gen. DO NOT EDIT.
  2. // Code generated by gorm.io/gen. DO NOT EDIT.
  3. // Code generated by gorm.io/gen. DO NOT EDIT.
  4. package model
  5. const TableNameWxpayPlayer = "wxpay_player"
  6. // WxpayPlayer mapped from table <wxpay_player>
  7. type WxpayPlayer struct {
  8. Playerid int64 `gorm:"column:playerid;type:bigint(20);primaryKey" json:"playerid"`
  9. BuyStatis string `gorm:"column:buyStatis;type:text" json:"buyStatis"`
  10. OrderBox string `gorm:"column:orderBox;type:text" json:"orderBox"`
  11. VipGoods string `gorm:"column:vipGoods;type:text" json:"vipGoods"`
  12. DailyDiscount string `gorm:"column:dailyDiscount;type:text" json:"dailyDiscount"`
  13. RoleGift string `gorm:"column:roleGift;type:text" json:"roleGift"`
  14. Invite string `gorm:"column:invite;type:text" json:"invite"`
  15. AccPay string `gorm:"column:accPay;type:text" json:"accPay"`
  16. Balance int32 `gorm:"column:balance;type:int(11)" json:"balance"`
  17. LuckDraw string `gorm:"column:luckDraw;type:text" json:"luckDraw"`
  18. Growth string `gorm:"column:growth;type:text" json:"growth"`
  19. BoxKeyGift string `gorm:"column:boxKeyGift;type:text" json:"boxKeyGift"`
  20. NewYearGift string `gorm:"column:newYearGift;type:text" json:"newYearGift"`
  21. Fifteen string `gorm:"column:fifteen;type:text" json:"fifteen"`
  22. TombSweep string `gorm:"column:tombSweep;type:text" json:"tombSweep"`
  23. Lady38 string `gorm:"column:lady38;type:text" json:"lady38"`
  24. SpecialGift string `gorm:"column:specialGift;type:text" json:"specialGift"`
  25. RichMan string `gorm:"column:richMan;type:text" json:"richMan"`
  26. DragonBoat string `gorm:"column:dragonBoat;type:text" json:"dragonBoat"`
  27. WeekendGift string `gorm:"column:weekendGift;type:text" json:"weekendGift"`
  28. QiXiGift string `gorm:"column:qiXiGift;type:text" json:"qiXiGift"`
  29. MoonFestivalGift string `gorm:"column:moonFestivalGift;type:text" json:"moonFestivalGift"`
  30. }
  31. // TableName WxpayPlayer's table name
  32. func (*WxpayPlayer) TableName() string {
  33. return TableNameWxpayPlayer
  34. }