From ca0e816fe57482b8f43f22f7a0b6fe7c57a53f42 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期三, 01 七月 2020 11:12:17 +0800 Subject: [PATCH] 拉新商品比例调整 --- fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopGoodsClass.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopGoodsClass.java b/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopGoodsClass.java index 482d4e7..ae66f20 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopGoodsClass.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/shop/BanLiShopGoodsClass.java @@ -15,6 +15,7 @@ public class BanLiShopGoodsClass { @Column(name = "sgc_id") private Long id; + @Column(name = "sgc_name") private String name;// 鍒嗙被鍚嶇О @Column(name = "sgc_picture") @@ -24,6 +25,13 @@ @Column(name = "sgc_update_time") private Date updateTime; + public BanLiShopGoodsClass(Long id) { + this.id = id; + } + + public BanLiShopGoodsClass() { + } + public Long getId() { return id; } -- Gitblit v1.8.0