feat(app): update
This commit is contained in:
14
pkg/dto/ChatroomEmojiDTO.go
Normal file
14
pkg/dto/ChatroomEmojiDTO.go
Normal file
@ -0,0 +1,14 @@
|
||||
package dto
|
||||
|
||||
type ChatroomEmojiDTO struct {
|
||||
EmojiId string
|
||||
EmojiName string
|
||||
DynimacImgUrl string
|
||||
StaticImgUrl string
|
||||
EmojiType string
|
||||
NeedPaid string
|
||||
EmojiPrice string
|
||||
TimeSpan string
|
||||
SortNo string
|
||||
LimitChatroomIds string
|
||||
}
|
||||
Reference in New Issue
Block a user