|
|
|
@@ -165,15 +165,19 @@ public class WxCoupon implements Serializable { |
|
|
|
|
|
|
|
/**售出卡数量**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="售出卡数量",name="saleCount") |
|
|
|
@Transient |
|
|
|
private Long saleCount; |
|
|
|
/**转增数量**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="转增数量",name="transferCount") |
|
|
|
@Transient |
|
|
|
private Long transferCount; |
|
|
|
/**售出金额**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="售出金额",name="saleAmount") |
|
|
|
@Transient |
|
|
|
private Integer saleAmount; |
|
|
|
/**核销金额**/ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="核销金额",name="sumPayment") |
|
|
|
@Transient |
|
|
|
private Integer sumPayment; |
|
|
|
|
|
|
|
@Transient |
|
|
|
|