Просмотр исходного кода

[商户][修复]:补齐新加的商户简介

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
4573ef65a8
1 измененных файлов: 10 добавлений и 0 удалений
  1. +10
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java

+ 10
- 0
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);


Загрузка…
Отмена
Сохранить