Commit 1a63fc17 by 查志伟

多规格商品下单支持保存商品的spu级的三方编号

parent e0c62e83
...@@ -269,6 +269,11 @@ public class CartGoods { ...@@ -269,6 +269,11 @@ public class CartGoods {
*/ */
private String customerCode; private String customerCode;
/** /**
* 商品的SPU级 第三方编码
* 单规格和套餐商品,就是本身,多规格商品,是父商品
*/
private String spuCustomerCode;
/**
* 商品起售份数 * 商品起售份数
* 无起售份数默认值1 * 无起售份数默认值1
*/ */
......
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