|
|
|
@@ -37,7 +37,7 @@ public class WxPressData extends WxCouponStatisVo { |
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="核销比",name="paymentRate") |
|
|
|
@Excel(name="核销比(%)",width = 20,orderNum = "7") |
|
|
|
private String paymentRate; |
|
|
|
private Integer paymentRate; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="转化率",name="changeRate") |
|
|
|
|