@@ -40,5 +40,7 @@ public class CartItem implements Serializable {
/** 阶梯价 */
List<LadderPrice> ladderPrices;
+ private Integer productType;
+
private static final long serialVersionUID = 1L;
}
@@ -28,5 +28,7 @@ public class ProductList implements Serializable {
/** 商品可见度: 3:所有人可见,2:普通机构可见,1:会员机构可见 */
private Integer visibility;