Helius
2020-05-27 825f49e7c4c0c92098834e25e8e4e87f23c759ea
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;
@@ -31,4 +34,8 @@
    private String orderNo;
   @ApiModelProperty(value = "订单类型 B买入 S卖出")
    private String orderType;
   @ApiModelProperty(value = "剩余时间")
    private Long timeLeft;
   @ApiModelProperty(value = "平台收款方式")
   private List<PlatformPaymentMethodEntity> platforPaymentMethodList;
}