src/main/java/com/xcong/excoin/modules/home/vo/MemberQuickBuySaleVo.java
@@ -1,6 +1,9 @@ package com.xcong.excoin.modules.home.vo; import java.math.BigDecimal; import java.util.List; import com.xcong.excoin.modules.platform.entity.PlatformPaymentMethodEntity; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -33,4 +36,6 @@ private String orderType; @ApiModelProperty(value = "剩余时间") private Long timeLeft; @ApiModelProperty(value = "平台收款方式") private List<PlatformPaymentMethodEntity> platforPaymentMethodList; }