From 4573ef65a8e8e26e78d705e6ba7f1408694f905c Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 17 May 2019 14:44:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7][=E4=BF=AE=E5=A4=8D]:?= =?UTF-8?q?=E8=A1=A5=E9=BD=90=E6=96=B0=E5=8A=A0=E7=9A=84=E5=95=86=E6=88=B7?= =?UTF-8?q?=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/domain/po/WxMerchant.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java b/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java index 164b403ac..af5a0b8b1 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java @@ -185,6 +185,8 @@ public class WxMerchant extends BaseEntity { @io.swagger.annotations.ApiModelProperty(value="二维码地址",name="qrCode") private String qrCode; + @io.swagger.annotations.ApiModelProperty(value="简介",name="introduction") + private String introduction; @Transient private WxProfitSharingReceiver wxProfitSharingReceiver; @@ -514,6 +516,14 @@ public class WxMerchant extends BaseEntity { this.rentShopType = rentShopType; } + public String getIntroduction() { + return introduction; + } + + public void setIntroduction(String introduction) { + this.introduction = introduction; + } + @Override public String getSortColumns() { super.setSortColumns(this.sortColumns);