Commit 292dfd0b by hanghang.wang

Merge branch 'feature/20210714_一元买虚拟商品特殊处理活动下架,删除特殊增加字段_wanghanghang'

parents 8d258eb0 280513ca
......@@ -61,15 +61,15 @@ public class ActivityTip {
* 1.5.5版本添加
* 每单可以参与买一赠一商品总数
*/
// private Integer activityQty;
private Integer activityQty;
/**
* 1.5.5版本添加
* 购物车中参与买一赠一商品个数
*/
// private Integer activityCartQty;
private Integer activityCartQty;
/**
* 1.5.5版本添加
* 购物车中属于买一赠一商品的数据
*/
// private List<String> activitySpuIds;
private List<String> activitySpuIds;
}
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