mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2026-06-07 02:12:14 +08:00
字段更新
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user