新增字段返回

This commit is contained in:
lxu75
2025-03-11 15:19:49 +08:00
parent 4522e25d57
commit fc75e7af8f
3 changed files with 9 additions and 4 deletions

View File

@@ -10,4 +10,8 @@ public class DifyCommunityTargetResult {
private String commentAnswer;
private String targetType;
private String keyWords;
private String targetTag;
}

View File

@@ -31,9 +31,6 @@ public class AiAnalysisRequestLogs {
@TableField("dify_request")
private String difyRequest; // JSON 字符串
@TableField("business_response")
private String businessResponse; // JSON 字符串
@TableField("dify_response")
private String difyResponse;