Commit 71490aa8 by ping.wu

加价购选择虚拟商品券包,订单详情虚拟商品展示券信息

parent 990f9b8b
......@@ -2422,6 +2422,7 @@ public class OrderAdapter {
productVo.setInventedParentActivitiesVo(inventedParentActivityVos);
}
productVo.setScore(orderProductAddInfoDto.getScore());
productVo.setProductBindingCoupons(orderProductAddInfoDto.getProductBindingCoupons());
// 购物车行id
productVo.setCid(orderProductAddInfoDto.getCartGoodsUid());
// 购物车行父id
......
......@@ -14,6 +14,7 @@ package cn.freemud.entities.vo;
import cn.freemud.entities.dto.ProductGroupDto;
import com.freemud.application.sdk.api.ordercenter.entities.v1.ProductExtInfoV1;
import com.freemud.sdk.api.assortment.order.request.order.ProductBindingCouponType;
import lombok.Data;
import lombok.NoArgsConstructor;
......@@ -203,6 +204,10 @@ public class ProductVo {
private Integer activityType;
private Long score;
//结算页加价购购买虚拟商品,订单详情展示虚拟商品绑定的券
private List<ProductBindingCouponType> productBindingCoupons;
@Data
@NoArgsConstructor
public static class ProductLabel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment