feat(app): update
This commit is contained in:
11
pkg/dto/activity/WeekStarGiftGrantDTO.go
Normal file
11
pkg/dto/activity/WeekStarGiftGrantDTO.go
Normal file
@ -0,0 +1,11 @@
|
||||
package activity_dto
|
||||
|
||||
type WeekStarGrantGiftDTO struct {
|
||||
GrantType string
|
||||
GrantList map[int][]WeekStarGrantGiftRankGiftDto
|
||||
}
|
||||
|
||||
type WeekStarGrantGiftRankGiftDto struct {
|
||||
GiftID string
|
||||
Count int
|
||||
}
|
||||
Reference in New Issue
Block a user