|
@@ -78,5 +78,7 @@ public class CartItem implements Serializable {
|
|
*/
|
|
*/
|
|
private String productCode;
|
|
private String productCode;
|
|
|
|
|
|
|
|
+ private Boolean productsChecked = false;
|
|
|
|
+
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
}
|
|
}
|