pos缺失VO
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package cn.pluss.platform.vo;
|
||||
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* @author lyf
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
public class MerchantOrderPosVO {
|
||||
/**
|
||||
* sxfPay0 支付宝支付, sxfPay1 微信支付
|
||||
*/
|
||||
private String payTypeCode;
|
||||
/**
|
||||
* 消费金额
|
||||
*/
|
||||
private Double consumeFee;
|
||||
/**
|
||||
* 交易状态 0:交易失败 1:交易成功 2:退款成功 3:退款失败 4:退款中 5:待付款 6部分退款 7:待确认
|
||||
*/
|
||||
private String status;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user