|
|
|
@@ -140,6 +140,9 @@ public class WxCoupon extends BaseEntity { |
|
|
|
|
|
|
|
private Integer approvalType; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="卡密是否支持(0:不支持,1支持)",name="passwordSupport") |
|
|
|
private Integer passwordSupport; |
|
|
|
|
|
|
|
@Transient |
|
|
|
private String merchantParams; |
|
|
|
|
|
|
|
@@ -162,7 +165,8 @@ public class WxCoupon extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="投放渠道id",name="couponChannelId") |
|
|
|
private Long couponChannelId; |
|
|
|
|
|
|
|
//营销分析 |
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="营销分析",name="wxCouponStatisVo") |
|
|
|
private WxCouponStatisVo wxCouponStatisVo; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="投放审批状态",name="putApplyStatus") |
|
|
|
|