You've already forked FrameTour-BE
人脸检测逻辑
This commit is contained in:
@@ -16,6 +16,10 @@ import java.util.Date;
|
||||
public class FaceEntity {
|
||||
@TableId
|
||||
private Long id;
|
||||
/**
|
||||
* 人脸得分
|
||||
*/
|
||||
private float score;
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
|
Reference in New Issue
Block a user