jyy
2021-03-19 c16b9ffceac828840ef7ebc4827612d17906704a
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShoppingCart.java
@@ -82,6 +82,16 @@
    */
   @Extend
   private BigDecimal price;
   /**
    * 积分兑换所需支付金额
    */
   @Extend
   private BigDecimal scorePrice;
   /**
    * 积分兑换所需支付积分
    */
   @Extend
   private Integer scoreCount;
   /**
    * 产品手机端封面地址
@@ -180,6 +190,22 @@
      this.increaseAndDecrease = increaseAndDecrease;
   }
   public BigDecimal getScorePrice() {
      return scorePrice;
   }
   public void setScorePrice(BigDecimal scorePrice) {
      this.scorePrice = scorePrice;
   }
   public Integer getScoreCount() {
      return scoreCount;
   }
   public void setScoreCount(Integer scoreCount) {
      this.scoreCount = scoreCount;
   }
   public Integer getModifyCartNumber() {
      return modifyCartNumber;
   }