From 995c8802ba534780a4d1fb34c19c3347a3fd3f94 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 16 十月 2021 15:53:12 +0800
Subject: [PATCH] 优化代码
---
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