From c554c7ad5405bafa149dbb6429e8245f78b33ffc Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 23 Dec 2020 15:59:53 +0800
Subject: [PATCH] modify

---
 zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java b/zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java
index b768fbb..957fea2 100644
--- a/zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java
+++ b/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;
+
 
 	/**
 	 * 订单编号
@@ -227,20 +229,22 @@
 	 */
 	private String meiliao;
 
+	private Integer arriveCnt;
+
 
 
 	
 	/**
 	 * 开始时间
 	 */
-	@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 +254,21 @@
 	@Extend
 	private Double achieveMoney;
 
+	public Integer getArriveCnt() {
+		return arriveCnt;
+	}
+
+	public void setArriveCnt(Integer arriveCnt) {
+		this.arriveCnt = arriveCnt;
+	}
+
+	public String getVipQueryKey() {
+		return vipQueryKey;
+	}
+
+	public void setVipQueryKey(String vipQueryKey) {
+		this.vipQueryKey = vipQueryKey;
+	}
 
 	public Long getCompanyId() {
 		return companyId;

--
Gitblit v1.9.1