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

9 lines
142 B
Go

package dto
type EnterChatroomDTO struct {
RoomId string
EnterRoomSchema string
Avatar string
NickName string
}