mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
update 汇付支付回调记录表 加字段
This commit is contained in:
@@ -24,6 +24,21 @@ public class AdapayCallbackRecord implements Serializable {
|
||||
*/
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
private String memberId;
|
||||
|
||||
/**
|
||||
* 充电订单号
|
||||
*/
|
||||
private String orderCode;
|
||||
|
||||
/**
|
||||
* 支付类型(1-支付订单;2-充值余额)
|
||||
*/
|
||||
private String payScenario;
|
||||
|
||||
private String paymentId;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user