Commit 280513ca by hanghang.wang

去掉多余注释

parent 251f7f70
......@@ -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