You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
970 B
21 lines
970 B
// ================================================================================= |
|
// 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:""` |
|
}
|
|
|