Files

14 lines
234 B
Go
Raw Permalink Normal View History

2019-04-22 20:46:32 +08:00
package model
// LotteryRes ..
type LotteryRes struct {
RIDs []int64 `json:"rids"`
Offset int64 `json:"offset"`
HasMore int `json:"has_more"`
}
// VoteBIZArchive .
type VoteBIZArchive struct {
Aid int64 `json:"aid"`
}