935090232@qq.com
2022-02-17 bc4420f7a0ba1d243abcbea44b2203e2f6c6bc11
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -42,7 +42,7 @@
   private Date orderTime;
   /**
    * 收款
    * calculationType: 1,
    */
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   private Date payTime;
@@ -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;
   }