| @@ -185,6 +185,8 @@ public class WxMerchant extends BaseEntity { | |||||
| @io.swagger.annotations.ApiModelProperty(value="二维码地址",name="qrCode") | @io.swagger.annotations.ApiModelProperty(value="二维码地址",name="qrCode") | ||||
| private String qrCode; | private String qrCode; | ||||
| @io.swagger.annotations.ApiModelProperty(value="简介",name="introduction") | |||||
| private String introduction; | |||||
| @Transient | @Transient | ||||
| private WxProfitSharingReceiver wxProfitSharingReceiver; | private WxProfitSharingReceiver wxProfitSharingReceiver; | ||||
| @@ -514,6 +516,14 @@ public class WxMerchant extends BaseEntity { | |||||
| this.rentShopType = rentShopType; | this.rentShopType = rentShopType; | ||||
| } | } | ||||
| public String getIntroduction() { | |||||
| return introduction; | |||||
| } | |||||
| public void setIntroduction(String introduction) { | |||||
| this.introduction = introduction; | |||||
| } | |||||
| @Override | @Override | ||||
| public String getSortColumns() { | public String getSortColumns() { | ||||
| super.setSortColumns(this.sortColumns); | super.setSortColumns(this.sortColumns); | ||||