From ba00b9ce351642f3f70bc7ff24646c921bfb47cb Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 28 May 2021 14:58:30 +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