xiaoyong931011
2021-04-08 d6e902a48df4264d6dbf6ff0c9799c3c30c9d9ff
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -185,6 +185,29 @@
    */
   private Long oldOrderId;
   /**
    * 该订单有退款
    */
   public static final Integer IS_HAS_REFUND_Y = 1;
   /**
    * 该订单无退款
    */
   public static final Integer IS_HAS_REFUND_N = 2;
   /**
    * 是否发生退款 1-是 2-否
    */
   private Integer isHasRefund;
   public Integer getIsHasRefund() {
      return isHasRefund;
   }
   public void setIsHasRefund(Integer isHasRefund) {
      this.isHasRefund = isHasRefund;
   }
   public Long getOldOrderId() {
      return oldOrderId;
   }