聊天室创建逻辑修改和样式修正
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user