chao 3 éve
szülő
commit
7db0813a77

+ 2 - 0
src/main/java/com/caimei/www/pojo/order/CartItem.java

@@ -40,5 +40,7 @@ public class CartItem implements Serializable {
 	/** 阶梯价 */
 	List<LadderPrice> ladderPrices;
 
+	private Integer productType;
+
     private static final long serialVersionUID = 1L;
 }

+ 2 - 0
src/main/java/com/caimei/www/pojo/page/ProductList.java

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