获取回调数据 终版 后续处理
This commit is contained in:
parent
1f4b33394a
commit
1fb085498a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue