字段更新
This commit is contained in:
parent
dd272cb54a
commit
b540f8d46d
|
@ -18,7 +18,7 @@ public class ImConversationRespVO {
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
@Schema(description = "会话类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
@Schema(description = "会话类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
||||||
private Integer conversationType;
|
private Integer type;
|
||||||
|
|
||||||
@Schema(description = "聊天对象编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
|
@Schema(description = "聊天对象编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
|
||||||
private Long targetId;
|
private Long targetId;
|
||||||
|
|
Loading…
Reference in New Issue