feat:调整首页派对-礼物消息-房间上锁的处理

This commit is contained in:
Max
2023-12-27 17:39:01 +08:00
parent 3e1ab090aa
commit 35032c1f8e
6 changed files with 34 additions and 14 deletions

View File

@@ -14,6 +14,15 @@ public class GiftServiceMsgVo {
private String giftName;
private int giftNum;
private String giftPicUrl;
private boolean lock;
public boolean isLock() {
return lock;
}
public void setLock(boolean lock) {
this.lock = lock;
}
public long getRoomUid() {
return roomUid;