plf 4 éve
szülő
commit
61f525692d

+ 8 - 0
base-module/src/main/java/com/caimei/module/base/entity/bo/CartItem.java

@@ -69,6 +69,14 @@ public class CartItem implements Serializable {
      * 促销活动
      */
     private PromotionsVo promotions;
+    /**
+     * 商品的类别:1正常商品(默认),2二手商品
+     */
+    private String productCategory;
+    /**
+     * 商品货号
+     */
+    private String productCode;
 
     private static final long serialVersionUID = 1L;
 }