first commit

This commit is contained in:
Yangtao
2025-11-18 17:48:20 +08:00
commit 6e56cab848
196 changed files with 65809 additions and 0 deletions

View File

@ -0,0 +1,25 @@
package dto
type ChatRoomModelDTO struct {
Id string
OwnerUserId string
RoomNo string
RoomName string
MessageRoomId string
TabId string //分类ID
TemplateId string
CreateTime string
Status string
OpenTime string
RoomPwd string
MaxMemberCount string
IsHot string
RobotCount string
RoomTagIcon string
GuestCanUseEmoji string
SendMessageTimeGap string //发送消息间隔
UpSeatType string //1=排麦 2=自由麦
AudioQualityLevel string //音质等级 1=正常 2=高音质 3=超高音质
ViewSkewer string //是否显示福签 1=显示 0=不显示
IsViewHitegg string // 是否显示砸蛋
}