修改名称。
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.xscm.moduleutil.bean;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
*@author qx
|
||||
*@data 2025/6/17
|
||||
*@description: 清楚消息
|
||||
*/
|
||||
@Data
|
||||
public class RoomSettingEvent {
|
||||
private String roomId;
|
||||
private String userId;
|
||||
private int type;
|
||||
private int room_up_pit_type;///// 房间当前麦位模式 2 自由模式 1 排麦
|
||||
}
|
||||
Reference in New Issue
Block a user