jyy
2021-03-19 c16b9ffceac828840ef7ebc4827612d17906704a
zq-erp/src/main/java/com/matrix/system/shopXcx/api/vo/ShopCartVo.java
@@ -39,6 +39,10 @@
   //优惠金额
   private BigDecimal  couponPrice=BigDecimal.ZERO;
   /**
    * 抵用积分
    */
   private BigDecimal scorePay = BigDecimal.ZERO;
   public ShopCoupon getCoupon() {
      return coupon;
@@ -92,6 +96,14 @@
      return couponPrice;
   }
   public BigDecimal getScorePay() {
      return scorePay;
   }
   public void setScorePay(BigDecimal scorePay) {
      this.scorePay = scorePay;
   }
   public void setCouponPrice(BigDecimal couponPrice) {
      this.couponPrice = couponPrice;
   }