mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 订单逻辑改造工厂模式
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.jsowell.adapay.operation;
|
||||
|
||||
import lombok.*;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class PaymentRefundOperation extends AdapayOperationInfo{
|
||||
private String paymentId;
|
||||
private BigDecimal refundAmt;
|
||||
private String wechatAppId;
|
||||
private String memberId;
|
||||
private String scenarioType;
|
||||
private String orderCode;
|
||||
}
|
||||
Reference in New Issue
Block a user