jyy
2021-04-20 fa791f7796c1546b1329b52a3de8d753915cb4d5
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;
   }
}