mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-01 14:40:10 +08:00
feat 增加返回充值选择支付列表
This commit is contained in:
@@ -7,6 +7,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.math.BigInteger;
|
||||
|
||||
@Data
|
||||
@ApiModel("充值订单实体类")
|
||||
@@ -48,7 +49,7 @@ public class RechargeOrder {
|
||||
@ApiModelProperty("退款状态: [0=未退款 , 1=已退款]")
|
||||
private Integer refundStatus;
|
||||
@ApiModelProperty("退款交易流水号")
|
||||
private Integer refundTransactionId;
|
||||
private BigInteger refundTransactionId;
|
||||
@ApiModelProperty("创建时间")
|
||||
private Long createTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user