From 5575818556096be1dadaf5ff356b5db4c832aaa2 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 26 May 2021 19:27:09 +0800
Subject: [PATCH] modify
---
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