From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-bean/src/main/java/com/java110/dto/shopVipAccount/ShopVipAccountDto.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/shopVipAccount/ShopVipAccountDto.java b/java110-bean/src/main/java/com/java110/dto/shopVipAccount/ShopVipAccountDto.java
index 9aef18c..949b745 100644
--- a/java110-bean/src/main/java/com/java110/dto/shopVipAccount/ShopVipAccountDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/shopVipAccount/ShopVipAccountDto.java
@@ -31,6 +31,7 @@
     private String vipAcctId;
     private String vipId;
     private String acctType;
+    private String acctTypeName;
     private String shopId;
     private String acctName;
     private String storeId;
@@ -113,4 +114,13 @@
     public void setStatusCd(String statusCd) {
         this.statusCd = statusCd;
     }
+
+    public String getAcctTypeName() {
+        return acctTypeName;
+    }
+
+    public void setAcctTypeName(String acctTypeName) {
+        this.acctTypeName = acctTypeName;
+    }
+
 }

--
Gitblit v1.8.0