家居大模型联调,分析客户产品需求,家庭结构和情感倾向

This commit is contained in:
ZLI263
2025-11-19 17:14:20 +08:00
parent 45d4f668d3
commit 8720f97ed4
6 changed files with 262 additions and 1 deletions

View File

@@ -167,6 +167,10 @@ public class AudioManagement implements Serializable {
@TableField("recording_text")
private String recordingText;
@Schema(description = "概要总结")
@TableField("summary")
private String summary;
/**
* 前端上传的录音文件
* 此字段不保存在数据库中,仅用于接收前端上传的文件