From cd637932a970e7935b17d41568fe89c92775bccc Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 06 十二月 2019 17:18:27 +0800 Subject: [PATCH] 双12活动添加,邀请码发布修改,爬单新规则添加 --- 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