Helius
2021-01-06 36e1c7f4df538bd75b24c8525771ba726e17d3d3
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -37,7 +37,6 @@
   /**
    * 收款
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm", timezone = "GTM-8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
   private Date payTime;
@@ -162,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;
   }