封版羽声,作为最后的基础版
This commit is contained in:
@@ -3,6 +3,7 @@ package com.qxcm.moduleutil.bean;
|
||||
import com.qxcm.moduleutil.bean.room.AuctionBean;
|
||||
import com.qxcm.moduleutil.bean.room.RoomAuction;
|
||||
import com.qxcm.moduleutil.bean.room.RoomBean;
|
||||
import com.qxcm.moduleutil.bean.room.RoomPitBean;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -48,6 +49,7 @@ public class RoomMessageEvent {
|
||||
private String room_id;//当type==1的时候。这个roomId是对方的房间id
|
||||
private String user_id;
|
||||
private String pk_end_times;//pk结束时间
|
||||
private List<RoomPitBean> userCharmList;
|
||||
|
||||
private String room_id_a;//发起者房间id
|
||||
private String room_id_b;//接收者房间id
|
||||
@@ -61,6 +63,10 @@ public class RoomMessageEvent {
|
||||
private String defeated_cover;//输掉的头像
|
||||
private String end_time;//惩罚时间
|
||||
private int is_mute;//1:静音对方 0:不静音对方
|
||||
private int is_mute_pit;
|
||||
private int count;//排麦模式下的人数
|
||||
|
||||
private int online_number;//在线人数
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user