admin
2019-07-11 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9
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;
@@ -32,6 +34,14 @@
   @Field
   private Integer leftHongBaoCount;// 剩余红包个数
   public String getAppKey() {
      return appKey;
   }
   public void setAppKey(String appKey) {
      this.appKey = appKey;
   }
   public Integer getTotalHongBaoCount() {
      return totalHongBaoCount;
   }