| | |
| | | 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;
|
| | |
| | | private String orderNo;
|
| | | @ApiModelProperty(value = "订单类型 B买入 S卖出")
|
| | | private String orderType;
|
| | | @ApiModelProperty(value = "剩余时间")
|
| | | private Long timeLeft;
|
| | | @ApiModelProperty(value = "平台收款方式")
|
| | | private List<PlatformPaymentMethodEntity> platforPaymentMethodList;
|
| | | }
|