You've already forked FrameTour-BE
0元购逻辑,直接送
This commit is contained in:
@@ -6,6 +6,7 @@ import lombok.Data;
|
||||
public class MatchLocalRecord {
|
||||
private Long faceSampleId;
|
||||
private String faceUrl;
|
||||
private Float score;
|
||||
private Float confidence;
|
||||
private String idStr;
|
||||
}
|
||||
|
@@ -23,7 +23,7 @@ public class OrderEntity {
|
||||
/**
|
||||
* 微信openId
|
||||
*/
|
||||
private Long openId;
|
||||
private String openId;
|
||||
/**
|
||||
* 价格
|
||||
*/
|
||||
|
Reference in New Issue
Block a user