// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameGiftExchange is the golang structure for table game_gift_exchange. type GameGiftExchange struct { Id int `json:"id" description:""` StartTime string `json:"startTime" description:""` StopTime string `json:"stopTime" description:""` Name string `json:"name" description:""` Channel string `json:"channel" description:""` Password string `json:"password" description:""` Times int `json:"times" description:""` Type int `json:"type" description:""` Num int `json:"num" description:""` Filename string `json:"filename" description:""` FileState int `json:"fileState" description:""` Rewards string `json:"rewards" description:""` }