Helius
2021-01-09 cf955aaa918244fdf1f2fd8367e01d2535f0c108
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -31,14 +31,12 @@
   /**
    * 下单时间
    */
   @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GTM+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   private Date orderTime;
   /**
    * 收款
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GTM+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   private Date payTime;
@@ -163,6 +161,16 @@
    */
   private Integer times;
   private String type;
   public String getType() {
      return type;
   }
   public void setType(String type) {
      this.type = type;
   }
   public Integer getTimes() {
      return times;
   }