0元购逻辑,直接送

This commit is contained in:
2025-01-05 14:20:24 +08:00
parent 7befe07e70
commit 3907b5eb7a
19 changed files with 231 additions and 26 deletions

View File

@@ -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;
}

View File

@@ -23,7 +23,7 @@ public class OrderEntity {
/**
* 微信openId
*/
private Long openId;
private String openId;
/**
* 价格
*/