jyy
2021-03-18 b4990fac3b5cd0a936369dc51f8b3593b6478730
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopSku.java
@@ -256,6 +256,14 @@
      this.goodsName = goodsName;
   }
   public Integer getScorePrice() {
      return scorePrice;
   }
   public void setScorePrice(Integer scorePrice) {
      this.scorePrice = scorePrice;
   }
   @Override
   public boolean equals(Object obj) {
      //这里以name为判定标准。