You've already forked FrameTour-BE
修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user