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