This commit is contained in:
2024-12-20 17:34:25 +08:00
parent bf5fdeb95c
commit 43ae10916c
29 changed files with 325 additions and 58 deletions

View File

@@ -6,7 +6,8 @@ import java.util.List;
@Data
public class SearchFaceRespVo {
private float score;
private Float score;
private List<Long> sampleListIds;
private String searchResultJson;
private Float firstMatchRate;
}