字段更新

This commit is contained in:
dylanmay 2024-10-19 16:09:27 +08:00
parent dd272cb54a
commit b540f8d46d
1 changed files with 1 additions and 1 deletions

View File

@ -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;