封版羽声,作为最后的基础版
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user