fix
Helius
2021-08-12 4705f9b4084d9ccddb601569b223f0fb41778a94
zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopProduct.java
@@ -244,7 +244,36 @@
   private Long companyId;
   private Long scoreCategoryId;
   private Integer ableSales;
   private Integer ableScorePay;
   public Long getScoreCategoryId() {
      return scoreCategoryId;
   }
   public void setScoreCategoryId(Long scoreCategoryId) {
      this.scoreCategoryId = scoreCategoryId;
   }
   public Integer getAbleSales() {
      return ableSales;
   }
   public void setAbleSales(Integer ableSales) {
      this.ableSales = ableSales;
   }
   public Integer getAbleScorePay() {
      return ableScorePay;
   }
   public void setAbleScorePay(Integer ableScorePay) {
      this.ableScorePay = ableScorePay;
   }
   public Long getCompanyId() {
      return companyId;