From 626d711cb15896055c13fe344eb7fcc824589715 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期四, 19 十二月 2019 15:38:42 +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