聊天室创建逻辑修改和样式修正

This commit is contained in:
2025-12-30 20:55:25 +08:00
parent babfe9fb48
commit f287f36496
14 changed files with 591 additions and 312 deletions

View File

@@ -63,6 +63,9 @@ public class TbChatRoomDTO extends BaseDTO {
@Schema(description = "服务评分1-5星")
private Integer commentLevel;
@Schema(description = "设备代码")
private String deviceCode;
@Schema(description = "关闭人")
private String closedBy;

View File

@@ -66,6 +66,9 @@ public class ChatRoomVO extends BaseVO {
@Schema(description = "服务评分1-5星")
private Integer commentLevel;
@Schema(description = "设备代码")
private String deviceCode;
@Schema(description = "关闭人")
private String closedBy;