zone_activity.gen.go 868 B

12345678910111213141516171819202122
  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 TableNameZoneActivity = "zone_activity"
  6. // ZoneActivity mapped from table <zone_activity>
  7. type ZoneActivity struct {
  8. Playerid int64 `gorm:"column:playerid;type:bigint(20);primaryKey" json:"playerid"`
  9. Activtiys string `gorm:"column:activtiys;type:text" json:"activtiys"`
  10. BonusProperties string `gorm:"column:bonusProperties;type:text" json:"bonusProperties"`
  11. EndLess string `gorm:"column:endLess;type:text" json:"endLess"`
  12. VipBuff string `gorm:"column:vipBuff;type:text" json:"vipBuff"`
  13. Boss string `gorm:"column:boss;type:text" json:"boss"`
  14. }
  15. // TableName ZoneActivity's table name
  16. func (*ZoneActivity) TableName() string {
  17. return TableNameZoneActivity
  18. }