|
|
|
@@ -23,15 +23,12 @@ public class WxMerchantTradeDetailVo extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "券名称", name = "couponName") |
|
|
|
private String couponName; |
|
|
|
|
|
|
|
@Excel(name="券价格",width = 20,orderNum = "4") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "券价格", name = "couponSale") |
|
|
|
private Integer couponSale; |
|
|
|
|
|
|
|
@Excel(name="券面额",width = 20,orderNum = "5") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "核销券面额", name = "couponPrice") |
|
|
|
private Integer couponPrice; |
|
|
|
|
|
|
|
@Excel(name="消费金额",width = 20,orderNum = "6") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "消费金额", name = "tradeAmt") |
|
|
|
private Integer tradeAmt; |
|
|
|
|
|
|
|
@@ -42,4 +39,16 @@ public class WxMerchantTradeDetailVo extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "交易时间", name = "tradeDate") |
|
|
|
private String tradeDateStr; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Excel(name="券价格",width = 20,orderNum = "4") |
|
|
|
private String couponSaleStr; |
|
|
|
|
|
|
|
@Excel(name="券面额",width = 20,orderNum = "5") |
|
|
|
private String couponPriceStr; |
|
|
|
|
|
|
|
@Excel(name="消费金额",width = 20,orderNum = "6") |
|
|
|
private String tradeAmtStr; |
|
|
|
|
|
|
|
|
|
|
|
} |