Update CartProduct.java

This commit is contained in:
macro 2021-07-21 20:39:08 +08:00
parent 1db4ee8ea2
commit be0720cf6d

View File

@ -7,7 +7,7 @@ import com.macro.mall.model.PmsSkuStock;
import java.util.List;
/**
* 购物车中选择规格的商品信息
* 购物车中带规格和SKU的商品信息
* Created by macro on 2018/8/2.
*/
public class CartProduct extends PmsProduct {