From e4930c4a9ed4bc2198209370440ec19e1e0393ef Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Sat, 05 Jun 2021 15:42:53 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/otc/vo/EntrustOrderDetailVo.java | 12 ++++++++++++ 1 files changed, 12 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 a32025f..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 @@ -44,6 +44,18 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date createTime; + @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