xinyb
2024-07-19 d0bd1e17f0265b7190ad3492b79b3ca02b7a983f
src/com/yc/sdk/shopping/entity/MatCodeEntity.java
@@ -101,7 +101,6 @@
   private double stockDigitForSaleable = 0 ; //可用库存数量
   private double StockDigitForUsable = 0 ; //库存总数
   private Boolean isStartupSkuParameters = false ;  //启用SKU参数
   private Integer isAllowExchangePointsQuantity = 0;//允许积分支付:0.不允许积分支付,1.允许部分积分支付,2.允许全部积分支付
   private Integer exchangePointsQuantity = 0;//积分
   
   
@@ -848,14 +847,6 @@
   public void setDescription(String description) {
      this.description = description;
   }
   public Integer getIsAllowExchangePointsQuantity() {
      return isAllowExchangePointsQuantity;
   }
   public void setIsAllowExchangePointsQuantity(Integer isAllowExchangePointsQuantity) {
      this.isAllowExchangePointsQuantity = isAllowExchangePointsQuantity;
   }
   public Integer getExchangePointsQuantity() {