From 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 15 六月 2020 16:32:35 +0800
Subject: [PATCH] 好单库转链支持

---
 fanli/src/main/java/com/yeshi/fanli/entity/goods/recommend/RecommendGoodsDeleteHistory.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/goods/recommend/RecommendGoodsDeleteHistory.java b/fanli/src/main/java/com/yeshi/fanli/entity/goods/recommend/RecommendGoodsDeleteHistory.java
index 7d8e7a3..a117f89 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/goods/recommend/RecommendGoodsDeleteHistory.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/goods/recommend/RecommendGoodsDeleteHistory.java
@@ -24,6 +24,15 @@
 	@Column(name = "ud_beizhu")
 	private String beiZhu;
 
+	public RecommendGoodsDeleteHistory(Long goodsId, Integer goodsSource) {
+		this.goodsId = goodsId;
+		this.goodsSource = goodsSource;
+	}
+	public RecommendGoodsDeleteHistory() {
+
+	}
+
+
 	public Long getId() {
 		return id;
 	}

--
Gitblit v1.8.0