jyy
2021-04-09 f0cb922006402b82c83cf8ff9be8fdeda0ed78ee
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;
   }
}