feat(app): update
This commit is contained in:
13
pkg/dto/GiftTagDTO.go
Normal file
13
pkg/dto/GiftTagDTO.go
Normal file
@ -0,0 +1,13 @@
|
||||
package dto
|
||||
|
||||
import "time"
|
||||
|
||||
type GiftTagDTO struct {
|
||||
GiftId string
|
||||
GiftTagId string
|
||||
GiftTagName string
|
||||
GiftTagIcon string
|
||||
Priority int32
|
||||
StartTime time.Time
|
||||
EndTime time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user