feat(app): update
This commit is contained in:
10
pkg/dto/GiftWallDTO.go
Normal file
10
pkg/dto/GiftWallDTO.go
Normal file
@ -0,0 +1,10 @@
|
||||
package dto
|
||||
|
||||
type GiftWallDTO struct {
|
||||
GiftId string
|
||||
GiftName string
|
||||
GiftImgUrl string
|
||||
ReceivedCount string
|
||||
GiftPrice string
|
||||
IsExpire string // 礼物是否过期 1=过期
|
||||
}
|
||||
Reference in New Issue
Block a user