|
|
|
@@ -69,7 +69,7 @@ public class WxCouponOrderBVo extends WxCouponOrder{ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "状态:0,待使用 1,已核销 2,已过期 3,已作废 ", name = "couponOrderStatus")
|
|
|
|
private Integer couponOrderStatus;
|
|
|
|
/***/
|
|
|
|
@Excel(name="交易时间",width = 20,exportFormat="yyyy-MM-dd",orderNum = "3")
|
|
|
|
@Excel(name="交易时间",width = 20,exportFormat="yyyy-MM-dd HH:mm:ss",orderNum = "3")
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "", name = "createDate")
|
|
|
|
private Date createDate;
|
|
|
|
/***/
|
|
|
|
|