Files
servicebase/pkg/dto/GiftWallDTO.go
2025-11-19 14:24:13 +08:00

11 lines
204 B
Go

package dto
type GiftWallDTO struct {
GiftId string
GiftName string
GiftImgUrl string
ReceivedCount string
GiftPrice string
IsExpire string // 礼物是否过期 1=过期
}