|
@@ -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;
|
|
|
}
|