Commit 969dad41 by 查志伟

Merge branch '20210928-美团POS支持-zhiwei.zha' into qa

parents e415d0b4 1a63fc17
...@@ -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