|
@@ -15,4 +15,5 @@ type ServiceAwardReturnBase struct { |
|
|
HandDate time.Time `json:"hand_date" xorm:"DATETIME"` |
|
|
HandDate time.Time `json:"hand_date" xorm:"DATETIME"` |
|
|
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` |
|
|
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"` |
|
|
IsEnd int `json:"is_end" xorm:"default 0 INT(11)"` |
|
|
IsEnd int `json:"is_end" xorm:"default 0 INT(11)"` |
|
|
|
|
|
Bili string `json:"bili" xorm:"decimal(20,2)"` |
|
|
} |
|
|
} |