Helius
2020-12-23 c554c7ad5405bafa149dbb6429e8245f78b33ffc
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrder.java
@@ -1,5 +1,6 @@
package com.matrix.system.hive.bean;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.matrix.core.tools.DateUtil;
import org.springframework.format.annotation.DateTimeFormat;
@@ -155,6 +156,18 @@
   @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
   private Date endTimeVo;
   /**
    * 消费次数
    */
   private Integer times;
   public Integer getTimes() {
      return times;
   }
   public void setTimes(Integer times) {
      this.times = times;
   }
   public String getBeatuyId() {
      return beatuyId;