935090232@qq.com
2021-10-25 1d8b7df974e1fbdacff7632b05bdc30d78a6a8c1
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopSku.java
@@ -49,6 +49,11 @@
    * 价格
    */
   private BigDecimal price;
   /**
    *自购提成
    */
   private BigDecimal selfPrice;
   /**
    *推广提成
    */
@@ -282,4 +287,12 @@
      return id.equals(((ShopSku) obj).getId());
   }
   public BigDecimal getSelfPrice() {
      return selfPrice;
   }
   public void setSelfPrice(BigDecimal selfPrice) {
      this.selfPrice = selfPrice;
   }
}