You've already forked FrameTour-BE
逻辑修改
This commit is contained in:
@ -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,逗号隔开
|
||||
*/
|
||||
|
Reference in New Issue
Block a user