逻辑修改

This commit is contained in:
2024-12-29 11:09:43 +08:00
parent 80c8dc2b3c
commit 5af3a14f03
8 changed files with 22 additions and 31 deletions

View File

@ -21,16 +21,19 @@ public class FaceSampleRespVO {
*/
@ApiModelProperty("景区ID")
private Long scenicId;
private String scenicName;
/**
* 来源设备
*/
@ApiModelProperty("来源设备")
private Long deviceId;
private String deviceName;
/**
* 人脸照片
*/
@ApiModelProperty("人脸照片")
private String faceUrl;
private Float score;
/**
* 与样本匹配的ID,逗号隔开
*/