From bef3b23ca8918a355f6ff9751b46f4c35970f19e Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Sun, 25 Oct 2020 14:09:43 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/whole' into whole

---
 src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java b/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java
index 06e5e5d..6edb210 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/vo/MemberIsTradeVo.java
@@ -5,7 +5,7 @@
 import lombok.Data;
 
 @Data
-@ApiModel(value = "MemberInfoVo", description = "会员类型")
+@ApiModel(value = "MemberIsTradeVo", description = "交易员类型")
 public class MemberIsTradeVo {
 	
 	@ApiModelProperty(value = "类型:1:是交易员 2:否")

--
Gitblit v1.9.1