bug修复
This commit is contained in:
@@ -47,4 +47,9 @@ public class MessageResponse extends BaseResponse {
|
||||
* 情感分析
|
||||
*/
|
||||
private String emotionAnalysis;
|
||||
|
||||
/**
|
||||
* 消息顺序 - 在同一个会话中递增,用于确保消息展示顺序
|
||||
*/
|
||||
private Long messageOrder;
|
||||
}
|
||||
Reference in New Issue
Block a user