From 02bdd77db8b0bffc471dce9c3ed1a487a8743d55 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 28 May 2021 10:25:35 +0800
Subject: [PATCH] 20210528

---
 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