feat(app): update
This commit is contained in:
7
pkg/dto/QeekStarDto.go
Normal file
7
pkg/dto/QeekStarDto.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
type GiftPrizeImage struct {
|
||||
Rank int `json:"rank"`
|
||||
ImageUrl string `json:"imageUrl"`
|
||||
ImagePcUrl string `json:"imagePcUrl"`
|
||||
}
|
||||
Reference in New Issue
Block a user