go-common/app/job/main/growup/model/lottery.go

14 lines
234 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00: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"`
}