|
|
@@ -100,6 +100,9 @@ public class WxMerchant extends BaseEntity { |
|
|
@Transient |
|
|
@Transient |
|
|
private Integer rentShopType; |
|
|
private Integer rentShopType; |
|
|
|
|
|
|
|
|
|
|
|
@Transient |
|
|
|
|
|
private Integer isUse; |
|
|
|
|
|
|
|
|
/*租户ID**/ |
|
|
/*租户ID**/ |
|
|
@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId") |
|
|
@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId") |
|
|
private String tenantId; |
|
|
private String tenantId; |
|
|
@@ -180,7 +183,18 @@ public class WxMerchant extends BaseEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value = "置顶时间", name = "topTime") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "置顶时间", name = "topTime") |
|
|
private Date topTime; |
|
|
private Date topTime; |
|
|
|
|
|
|
|
|
public Date getTopTime() { |
|
|
|
|
|
|
|
|
@Transient |
|
|
|
|
|
private WxProfitSharingReceiver wxProfitSharingReceiver; |
|
|
|
|
|
|
|
|
|
|
|
public WxProfitSharingReceiver getWxProfitSharingReceiver() { |
|
|
|
|
|
return wxProfitSharingReceiver; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setWxProfitSharingReceiver(WxProfitSharingReceiver wxProfitSharingReceiver) { |
|
|
|
|
|
this.wxProfitSharingReceiver = wxProfitSharingReceiver; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public Date getTopTime() { |
|
|
return topTime; |
|
|
return topTime; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|