Commit 2c8d91bf by guanghui.cui

添加初始化值

parent cc56c661
......@@ -16,7 +16,7 @@ struct product
int price=0; //商品价格(折后价)
int qty=0; //商品数量
std::string sku; //商品SKU
int couponQty; //商品券数量,默认为零
int couponQty = 0; //商品券数量,默认为零
};
//商品规格
......
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