Helius
2020-12-17 f76c9c5beb39916771402de95f05be18f39a9db6
zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java
@@ -2,7 +2,7 @@
import com.fasterxml.jackson.annotation.JsonFormat;
import com.matrix.core.anotations.Extend;
import com.matrix.system.hive.plugin.util.DateUtils;
import com.matrix.core.tools.DateUtil;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
@@ -200,6 +200,8 @@
   
   private String day;
   private String vipQueryKey;
   /**
    * 订单编号
@@ -233,14 +235,14 @@
   /**
    * 开始时间
    */
   @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_MM)
   @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
   private Date  beginTime;
         
   
   /**
    * 结束时间
    */
   @DateTimeFormat(pattern = DateUtils.DATE_FORMAT_MM)
   @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
   private Date  endTime;
@@ -250,6 +252,13 @@
   @Extend
   private Double achieveMoney;
   public String getVipQueryKey() {
      return vipQueryKey;
   }
   public void setVipQueryKey(String vipQueryKey) {
      this.vipQueryKey = vipQueryKey;
   }
   public Long getCompanyId() {
      return companyId;