浏览代码

字段更新

dylanmay 1 年之前
父节点
当前提交
b540f8d46d

+ 1 - 1
yudao-module-im/yudao-module-im-biz/src/main/java/cn/iocoder/yudao/module/im/controller/admin/conversation/vo/ImConversationRespVO.java

@@ -18,7 +18,7 @@ public class ImConversationRespVO {
     private Long userId;
 
     @Schema(description = "会话类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
-    private Integer conversationType;
+    private Integer type;
 
     @Schema(description = "聊天对象编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
     private Long targetId;