From dc67b1ffb8c2965a2af676738f022af53302e0b2 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 27 May 2021 10:38:28 +0800 Subject: [PATCH] 20210527 最多三个待付款 --- src/main/java/com/xcong/excoin/modules/otc/vo/EntrustOrderDetailVo.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/otc/vo/EntrustOrderDetailVo.java b/src/main/java/com/xcong/excoin/modules/otc/vo/EntrustOrderDetailVo.java index e6d4b5e..f0db3f5 100644 --- a/src/main/java/com/xcong/excoin/modules/otc/vo/EntrustOrderDetailVo.java +++ b/src/main/java/com/xcong/excoin/modules/otc/vo/EntrustOrderDetailVo.java @@ -47,6 +47,15 @@ @ApiModelProperty(value = "商家昵称") private String name; + @ApiModelProperty(value = "订单数量") + private Integer orderCnt; + + @ApiModelProperty(value = "完成率") + private BigDecimal finishRatio; + + @ApiModelProperty(value = "支付方式") + private String payType; + public BigDecimal getUnitPrice() { return unitPrice.setScale(2, BigDecimal.ROUND_DOWN); } -- Gitblit v1.9.1