封版羽声,作为最后的基础版

This commit is contained in:
2025-08-04 17:15:03 +08:00
parent 86b32f65d4
commit 5a6600a7e3
377 changed files with 384105 additions and 357697 deletions

View File

@@ -3,14 +3,20 @@ package com.qxcm.moduleutil.bean;
import java.util.List;
import lombok.Data;
/**
* @Author
* @Time 2025/7/29 19:26
* @Description 搜索类型
*/
@Data
public class RoomSearchResp {
private String id;
private String name;
private String pictrue;
private String picture;
private String code;
private List<String> icon;
private String label_icon;
private String hot_value;
}