|
|
|
@@ -25,6 +25,7 @@ public class WxCouponOrderBVo extends WxCouponOrder { |
|
|
|
protected Long id; |
|
|
|
|
|
|
|
/** 基础购买到的券信息 */ |
|
|
|
@Excel(name = "订单编号", width = 20, orderNum = "1", prefix = "`") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "用户订单ID", name = "orderId") |
|
|
|
private Long orderId; |
|
|
|
|
|
|
|
|