You've already forked FrameTour-BE
1
This commit is contained in:
@ -32,4 +32,5 @@ public class ContentPageVO {
|
||||
private String templateCoverUrl;
|
||||
@ApiModelProperty("是否购买:0未购买,1已购买")
|
||||
private Integer isBuy;
|
||||
private BigDecimal duration;
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ public class FaceSampleEntity {
|
||||
* 样本ID
|
||||
*/
|
||||
private Long sourceId;
|
||||
private float score;
|
||||
private Float score;
|
||||
/**
|
||||
* 人脸照片
|
||||
*/
|
||||
|
@ -4,5 +4,5 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AddFaceSampleRespVo {
|
||||
private float score;
|
||||
private Float score;
|
||||
}
|
||||
|
Reference in New Issue
Block a user