Pārlūkot izejas kodu

购物车优化

chao 4 gadi atpakaļ
vecāks
revīzija
2b348d4c3f

+ 5 - 0
base-module/src/main/java/com/caimei/module/base/entity/bo/CartItem.java

@@ -15,11 +15,16 @@ import java.util.List;
 public class CartItem implements Serializable {
     private Integer id;
     private Integer productId;
+    private Integer supplierId;
     private String name;
     private String image;
     private Double price;
     private Double originalPrice;
     private String unit;
+    /**
+     * 是否是赠品 1是,其他否
+     */
+    private Integer isGift;
     /**
      * 增量
      */