From 47b56397ce10d4927ccc303539c103cf5d5dbe30 Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Sun, 15 Nov 2020 20:28:49 +0800
Subject: [PATCH] Merge branches 'cpv' and 'feature/撮合交易' of https://gitee.com/chonggaoxiao/new_excoin into cpv
---
src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java
index aaa695a..9583bad 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/OrderWalletCoinVo.java
@@ -13,6 +13,11 @@
@ApiModel(value = "OrderWalletCoinVo", description = "订单详情")
public class OrderWalletCoinVo {
/**
+ * 订单ID
+ */
+ @ApiModelProperty(value = "ID")
+ private Long id;
+ /**
* 订单编号
*/
@ApiModelProperty(value = "订单编号")
@@ -43,6 +48,12 @@
*/
@ApiModelProperty(value = "委托价")
private BigDecimal entrustPrice;
+
+ /**
+ * 委托价
+ */
+ @ApiModelProperty(value = "委托价")
+ private BigDecimal entrustAmount;
/**
* 成交量
*/
--
Gitblit v1.9.1