Commit 8384750b authored by macro's avatar macro
Browse files

Update CartProduct.java

parent 3fbb2ae0
......@@ -11,7 +11,9 @@ import java.util.List;
* Created by macro on 2018/8/2.
*/
public class CartProduct extends PmsProduct {
//商品属性列表
private List<PmsProductAttribute> productAttributeList;
//商品SKU库存列表
private List<PmsSkuStock> skuStockList;
public List<PmsProductAttribute> getProductAttributeList() {
......
Supports Markdown
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