From 7f133cb8fc080b64ab8002b35f04b646f95a6abf Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 27 May 2021 16:37:38 +0800
Subject: [PATCH] Merge branch 'otc' of http://120.27.238.55:7000/r/exchange into otc

---
 src/main/java/com/xcong/excoin/modules/otc/vo/SaleOrderDetailVo.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/otc/vo/SaleOrderDetailVo.java b/src/main/java/com/xcong/excoin/modules/otc/vo/SaleOrderDetailVo.java
index 55e5289..f1ad32a 100644
--- a/src/main/java/com/xcong/excoin/modules/otc/vo/SaleOrderDetailVo.java
+++ b/src/main/java/com/xcong/excoin/modules/otc/vo/SaleOrderDetailVo.java
@@ -45,6 +45,11 @@
     @ApiModelProperty(value = "商家昵称")
     private String saleName;
 
+    @ApiModelProperty(value = "商家MemberId")
+    private Long saleMemberId;
+    @ApiModelProperty(value = "memberId")
+    private Long memberId;
+
     @ApiModelProperty(value = "商家ID")
     private Long mbId;
 

--
Gitblit v1.9.1