巡乐会添加榜单和记录
剩余转盘,屏幕适配器
This commit is contained in:
@@ -23,4 +23,5 @@ public class GiftBean {
|
||||
private String nickname;
|
||||
private int count;
|
||||
private String user_id;
|
||||
private int num;
|
||||
}
|
||||
|
||||
@@ -91,6 +91,9 @@ public class RoomMessageEvent {
|
||||
private BlindBoxBean.XlhData xlh_data;
|
||||
private String from_pit_number;
|
||||
private String to_pit_number;
|
||||
|
||||
private String gift_num;
|
||||
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
@@ -137,6 +137,7 @@ public class BlindBoxBean {
|
||||
private String gift_name;
|
||||
private String base_image;
|
||||
private String gift_num;
|
||||
private String gift_price;
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.xscm.moduleutil.bean.blindboxwheel;
|
||||
|
||||
import lombok.Data;
|
||||
/**
|
||||
*@author qx
|
||||
*@data 2025/9/4
|
||||
*@description: 巡乐会抽奖
|
||||
*/
|
||||
@Data
|
||||
public class XlhDrawBean {
|
||||
private int gift_id;
|
||||
private String gift_name;
|
||||
private String gift_base_image;
|
||||
private String gift_price;
|
||||
private int count ;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ public class EMMessageInfo implements MultiItemEntity {
|
||||
///巡乐会
|
||||
public static final int QXRoomMessageTypeXlh = 1057;
|
||||
|
||||
///
|
||||
///房间内换麦
|
||||
public static final int QXRoomMessageTypehm = 1039;
|
||||
private RoomMessageEvent emMessage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user