调用本地大模型, 调通了

This commit is contained in:
2026-03-31 07:17:54 +08:00
parent 13a5276456
commit 454128c616
3 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,10 @@ public class AiQaMain implements Serializable {
@TableField("qa_type")
private String qaType;
@Schema(description = "提问内容")
@TableField("ask_content")
private String askContent;
@Schema(description = "销售ID")
@TableField("sales_id")
private String salesId;