admin
2020-04-13 dd5b15229cb15459fa7c31ccea77dac28cbfafbd
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;