Commit f31137e2 by yu.sun

sunyu::update::add new field about /**

parent f4361b7b
......@@ -91,6 +91,10 @@ public class CartGoods {
*/
private int isSunnyCoupon;
/**
* 商品券门槛金额
*/
private Long couponThresholdAmount;
/**
* 月享卡信息
*/
private MonthCardVo monthCardInfo;
......
......@@ -88,7 +88,10 @@ public class CartGoods {
* 商品券名称
*/
private String couponName;
/**
* 商品券门槛金额
*/
private Long couponThresholdAmount;
private String spuId;
private String skuId;
/**
......
......@@ -1534,6 +1534,7 @@ public class ShoppingCartMCoffeeServiceImpl {
cartGoods.setMonthCardInfo(addShoppingCartGoodsRequestVo.getMonthCardInfo());
}
cartGoods.setIsSunnyCoupon(addShoppingCartGoodsRequestVo.getIsSunnyCoupon());
cartGoods.setCouponThresholdAmount(addShoppingCartGoodsRequestVo.getCouponThresholdAmount());
cartGoods.setGoodsType(goodsType);
cartGoods.setExtra(addShoppingCartGoodsRequestVo.getExtra());
cartGoods.setSpecialExtra(addShoppingCartGoodsRequestVo.getSpecialExtra());
......
......@@ -119,6 +119,10 @@ public class MCoffeeAddGoodsRequestVo {
* 券类型 0:商品券
*/
private Integer couponType;
/**
* 商品券门槛金额
*/
private Long couponThresholdAmount;
/**
* 是否是太阳蛋商品
......
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