77 练歌房 演唱者麦

This commit is contained in:
2025-12-18 17:10:38 +08:00
parent 6130accb48
commit 420afc7a1e
4 changed files with 31 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ public class RoomInfoResp implements Serializable {
private RoomOrderDemand demand;//嘉宾需求
private int rejoin;
private int is_show_self;//盲盒是否送自己
private MusicSongBean song_user_info;
private MusicSongBean song_user_info;//ktv
private MusicSongBean nextInfo;
private RoomAuction room_auction;//拍卖房信息
private RoomCpUserBean cp_user;

View File

@@ -209,7 +209,7 @@ public class TimeUtils {
//获取当前日期
public static String getCurrentDate2() {
Date d = new Date();
SimpleDateFormat sf = new SimpleDateFormat("yyyy_MM_dd_hh_mm_ss_SSS");
SimpleDateFormat sf = new SimpleDateFormat("yyyyMMddhhmmssSSS");
return sf.format(d);
}
/**