|
|
|
@@ -117,6 +117,9 @@ public class WxOrderCouponVo extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="组合订单编号",name="composeOrderId") |
|
|
|
private Long composeOrderId; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="父订单编号",name="parentOrderId") |
|
|
|
private Long parentOrderId; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="商品数量",name="couponNumber") |
|
|
|
private Integer couponNumber; |
|
|
|
|
|
|
|
|