From e36b2b78017e480c8782f5969892c2ecb5fcbeb2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 25 May 2020 16:50:36 +0800
Subject: [PATCH] 20200525

---
 src/main/java/com/xcong/excoin/modules/coin/parameter/vo/MemberWalletCoinVo.java |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/MemberWalletCoinVo.java b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/MemberWalletCoinVo.java
index 54f5d65..abdd2de 100644
--- a/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/MemberWalletCoinVo.java
+++ b/src/main/java/com/xcong/excoin/modules/coin/parameter/vo/MemberWalletCoinVo.java
@@ -5,10 +5,12 @@
 
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
 
 /**
  * @author xy
  */
+@Data
 @ApiModel(value = "币币账户信息返回", description = "币币账户信息返回")
 public class MemberWalletCoinVo {
 	
@@ -22,24 +24,5 @@
 	
 	@ApiModelProperty(value = "币种详情")
 	private List<MemberWalletCoinInfoVo> memberWalletCoinInfoVo;
-	
-	public BigDecimal getTotalUsdt() {
-		return totalUsdt;
-	}
-	public void setTotalUsdt(BigDecimal totalUsdt) {
-		this.totalUsdt = totalUsdt;
-	}
-	public BigDecimal getTotalCny() {
-		return totalCny;
-	}
-	public void setTotalCny(BigDecimal totalCny) {
-		this.totalCny = totalCny;
-	}
-	public List<MemberWalletCoinInfoVo> getMemberWalletCoinInfoVo() {
-		return memberWalletCoinInfoVo;
-	}
-	public void setMemberWalletCoinInfoVo(List<MemberWalletCoinInfoVo> memberWalletCoinInfoVo) {
-		this.memberWalletCoinInfoVo = memberWalletCoinInfoVo;
-	}
 
 }

--
Gitblit v1.9.1