jyy
2021-03-19 859af35a1dab1079cff82e521422ab24963f828b
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShoppingCart.java
@@ -59,10 +59,7 @@
    * 用户是否选中 1选中  2未选中
    */
   private Integer isSelected;
   /**
    * 购物车类型 1微商城  2积分商城
    */
   private Integer cartType;
@@ -340,11 +337,4 @@
      return shopCoupons;
   }
   public Integer getCartType() {
      return cartType;
   }
   public void setCartType(Integer cartType) {
      this.cartType = cartType;
   }
}