935090232@qq.com
2021-06-03 cfb8dfcae63e6706d088201aed486d2dbf5014a9
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;
   }
}