获取回调数据 终版 后续处理

This commit is contained in:
wangw 2025-02-15 15:48:38 +08:00
parent 1f4b33394a
commit 1fb085498a
1 changed files with 4 additions and 1 deletions

View File

@ -81,8 +81,11 @@ public class OrderPayment implements Serializable {
@Column(onInsertValue = "now()", onUpdateValue = "now()")
private LocalDateTime updateTime;
public OrderPayment() {
}
public OrderPayment(@NonNull Long shopId, @NonNull Long sourceId, @NotBlank String payType, @NotBlank String orderNo,
String authCode,@NonNull BigDecimal amount) {
String authCode, @NonNull BigDecimal amount) {
this.shopId = shopId;
this.sourceId = sourceId;
this.payType = payType;