AI接入逻辑完善

This commit is contained in:
2026-01-06 19:37:10 +08:00
parent 5663e8abfd
commit 7114a5f625
20 changed files with 2193 additions and 672 deletions

View File

@@ -84,6 +84,9 @@ public class HotakeCvInfo extends BaseEntity
@ApiModelProperty("简历分析结果数据存储")
private String cvOptimizeJson;
@ApiModelProperty("分析附件结果Json")
private String analyzedAttachmentJson;
@ApiModelProperty("文本修正的数量")
private Integer textCorrectionsNums;