bilibili-backup/app/job/main/growup/model/lottery.go
2019-04-22 02:59:20 +00:00

14 lines
234 B
Go

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"`
}