935090232@qq.com
2021-03-07 38072cc8650d65b1f229bb0160909421fbbfde07
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderItem.java
@@ -33,6 +33,11 @@
   private Integer count;
   /**
    * 退款数量
    */
   private Integer refundCount;
   /**
    * 是否为赠送和 是否
@@ -89,10 +94,6 @@
   private Double arrears;
   
   /**
    * 付款方式
    */
@@ -108,7 +109,6 @@
    * 付款卡id 卡使用情况id
    */
   private Long cardId;
   
   
   /**
@@ -160,6 +160,14 @@
      return preCount;
   }
   public Integer getRefundCount() {
      return refundCount;
   }
   public void setRefundCount(Integer refundCount) {
      this.refundCount = refundCount;
   }
   public void setPreCount(int preCount) {
      this.preCount = preCount;
   }