From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +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