Commit 1216bba7 by 吴一龙

StudioAxfOrderRecoveryVO 追缴记录 扣款状态使用String

parent 3675ce96
package com.jiejing.fitness.finance.api.axf.vo;
import com.jiejing.paycenter.common.enums.merchant.CommodityOrderDeductionStateEnums;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
......@@ -52,7 +51,7 @@ public class StudioAxfOrderRecoveryVO {
private BigDecimal rate;
@ApiModelProperty(value = "扣款状态")
private CommodityOrderDeductionStateEnums state;
private String state;
@ApiModelProperty(value = "扣款失败原因")
private String failMessage;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment