yujian
2020-06-09 554de444b87aab5f93cb1593a8095612cf9479a7
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;