From 51a4ff5d777028d52a19c314a99f796334cb7b51 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 23 十一月 2019 18:30:01 +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