935090232@qq.com
2021-03-22 585f72d4f6022cd9498a9a1e4309f51821f1995a
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopSku.java
@@ -64,10 +64,13 @@
   private Integer score;
   /**
    * 积分兑换价格
    * 积分兑换所需支付金额
    */
   private Integer scorePrice;
   private BigDecimal scorePrice;
   /**
    * 积分兑换所需支付积分
    */
   private Integer scoreCount;
   /**
@@ -96,6 +99,15 @@
   @Extend
   private String goodsName;
   public Integer getScoreCount() {
      return scoreCount;
   }
   public void setScoreCount(Integer scoreCount) {
      this.scoreCount = scoreCount;
   }
   public BigDecimal getSealesPrice() {
      return sealesPrice;
@@ -256,11 +268,11 @@
      this.goodsName = goodsName;
   }
   public Integer getScorePrice() {
   public BigDecimal getScorePrice() {
      return scorePrice;
   }
   public void setScorePrice(Integer scorePrice) {
   public void setScorePrice(BigDecimal scorePrice) {
      this.scorePrice = scorePrice;
   }