xiaoyong931011
2021-04-12 a13a93a493e7e94e28b2225c26e7e13b52d3288c
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;
   }