go-common/app/job/main/growup/model/lottery.go
2019-04-22 18:49:16 +08: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"`
}