From fe74e27ec7611ad8ffa552e97d1c23b222f21c8b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 03 Mar 2021 19:58:35 +0800
Subject: [PATCH] 20210321  常用类别设置

---
 src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java b/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java
index 6ebc1c7..cc65ce0 100644
--- a/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java
+++ b/src/main/java/com/xcong/excoin/modules/trademanage/vo/MemberAccountInfoVo.java
@@ -1,6 +1,8 @@
 package com.xcong.excoin.modules.trademanage.vo;
 
 import java.math.BigDecimal;
+
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.xcong.excoin.common.entity.BaseEntity;
 
 import lombok.Data;
@@ -63,5 +65,13 @@
      * 姓名
      */
     private String realName; 
+	/**
+	 * 查询条件:账号类型
+	 */
+    private String isTest;
+    /**
+     * 合约币种信息
+     */
+    private String walletCode;
 
 }

--
Gitblit v1.9.1