|
|
|
@@ -201,6 +201,9 @@ public class WxCoupon extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="修改库存有效期参数, 用来做乐观锁",name="orgInventory") |
|
|
|
private Integer orgInventory; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="商户id",name="merchantId") |
|
|
|
@Transient |
|
|
|
private Long merchantId; |
|
|
|
|
|
|
|
//营销分析 |
|
|
|
private WxCouponStatisVo wxCouponStatisVo; |
|
|
|
@@ -213,6 +216,14 @@ public class WxCoupon extends BaseEntity { |
|
|
|
this.wxCouponStatisVo = wxCouponStatisVo; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getMerchantId() { |
|
|
|
return merchantId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setMerchantId(Long merchantId) { |
|
|
|
this.merchantId = merchantId; |
|
|
|
} |
|
|
|
|
|
|
|
public String getTenantId() { |
|
|
|
return tenantId; |
|
|
|
} |
|
|
|
|