gao
2020-05-27 5013f71d0b9a886de77f936606de061ce1eb2aee
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;
}