xiaoyong931011
2020-05-27 4172fa6ee18d8317d0850ab911e9b8a2c466daa6
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;
}