|
|
|
@@ -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); |
|
|
|
|