Browse Source

bug fixes

plf 4 years ago
parent
commit
6e47e0a392

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

@@ -24,7 +24,7 @@ public class CartItem implements Serializable {
     /**
      * 是否是赠品 2是,其他否
      */
-    private Integer isGift;
+    private Integer productType;
     /**
      * 增量
      */