TASK:LLM;

This commit is contained in:
shahaibo
2025-05-20 10:29:22 +08:00
parent 738144ad22
commit 7f5a1615b3
4 changed files with 94 additions and 25 deletions

View File

@@ -31,5 +31,7 @@ public class ChatMessage implements Serializable {
private Long accountId;
private Integer isImage;
private LocalDateTime createTime;
}