Commit 6d32dd01 by ping.wu

积分商品活动

parent 505c396e
......@@ -128,6 +128,11 @@ public class CartGoods {
* 购物车一行商品的现单价
*/
private Long finalPrice;
/**
* 促销积分支付活动
*/
private Long score;
/**
* 购物车商品券商品价格
*/
......
......@@ -152,6 +152,10 @@ public class ShoppingCartGoodsResponseVo extends ShoppingCartGoodsBaseResponseV
private String svcPayAmount;
/**
* 积分支付数量
*/
private String scorePayAmount;
/**
* 购物车版本号
*/
private Integer carVer;
......
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