From a7f47c8953b2055e7971df01b1aad3b40b128b17 Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Thu, 04 Mar 2021 08:45:35 +0800
Subject: [PATCH] 修改业绩

---
 zq-erp/src/main/java/com/matrix/system/hive/bean/AchieveNew.java |   70 +++++++++++++++++++++++++++++++----
 1 files changed, 62 insertions(+), 8 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..a7bc0c8 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;
@@ -101,6 +101,7 @@
 	/**
 	 * 现金单次,购买项目的业绩
 	 */
+	@Deprecated
 	private Double  projCash;
 			
 	
@@ -164,11 +165,16 @@
 			
 	
 	private String  t2;
-			
-	
+
+
+	/**
+	 * 岗位业绩
+	 */
 	private String  t3;
-			
-	
+
+	/**
+	 * 业绩类型
+	 */
 	private String  t4;
 			
 	
@@ -200,6 +206,8 @@
 	
 	private String day;
 
+	private String vipQueryKey;
+
 
 	/**
 	 * 订单编号
@@ -227,29 +235,75 @@
 	 */
 	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;
 
 
 	/**
 	 * 分配的业绩金额
 	 */
-	@Extend
 	private Double achieveMoney;
 
+	private String goodsNo;
+
+	private String goodsName;
+
+	private String type;
+
+	public String getType() {
+		return type;
+	}
+
+	public void setType(String type) {
+		this.type = type;
+	}
+
+	public String getGoodsNo() {
+		return goodsNo;
+	}
+
+	public void setGoodsNo(String goodsNo) {
+		this.goodsNo = goodsNo;
+	}
+
+	public String getGoodsName() {
+		return goodsName;
+	}
+
+	public void setGoodsName(String goodsName) {
+		this.goodsName = goodsName;
+	}
+
+	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