You've already forked FrameTour-BE
小程序首页景区列表,任务状态接口
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
package com.ycwl.basic.model.pc.face.resp;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@ -25,6 +24,8 @@ public class FaceRespVO {
|
||||
private String matchSampleIds;
|
||||
@ApiModelProperty("匹配率")
|
||||
private BigDecimal firstMatchRate;
|
||||
@ApiModelProperty("人脸图片得分,不高的提示用户重新录入")
|
||||
private BigDecimal score;
|
||||
@ApiModelProperty("匹配的结果,JSON字符串")
|
||||
private String matchResult;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
|
Reference in New Issue
Block a user