From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 18 一月 2020 12:06:27 +0800
Subject: [PATCH] 用户注册信息

---
 fanli/src/main/java/com/yeshi/fanli/entity/taobao/TLJBuyGoods.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TLJBuyGoods.java b/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TLJBuyGoods.java
index 572d963..06e87f5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TLJBuyGoods.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/taobao/TLJBuyGoods.java
@@ -22,6 +22,8 @@
 	@Id
 	private String id;
 	@Field
+	private String appKey;
+	@Field
 	private String day;
 	@Field
 	private Date updateTime;
@@ -31,6 +33,24 @@
 	private Integer totalHongBaoCount;// 鎬荤孩鍖呬釜鏁�
 	@Field
 	private Integer leftHongBaoCount;// 鍓╀綑绾㈠寘涓暟
+	@Field
+	private Integer weight;
+
+	public Integer getWeight() {
+		return weight;
+	}
+
+	public void setWeight(Integer weight) {
+		this.weight = weight;
+	}
+
+	public String getAppKey() {
+		return appKey;
+	}
+
+	public void setAppKey(String appKey) {
+		this.appKey = appKey;
+	}
 
 	public Integer getTotalHongBaoCount() {
 		return totalHongBaoCount;

--
Gitblit v1.8.0