admin
2019-12-06 cd637932a970e7935b17d41568fe89c92775bccc
fanli/src/main/java/com/yeshi/fanli/entity/elme/ElmeOrder.java
@@ -56,6 +56,11 @@
   @Column(name = "eo_update_time")
   private Date updateTime;
   private Long uid;
   private BigDecimal hongbao;
   private Integer hbState;
   public Long getId() {
      return id;
   }
@@ -200,4 +205,27 @@
      this.updateTime = updateTime;
   }
   public Long getUid() {
      return uid;
   }
   public void setUid(Long uid) {
      this.uid = uid;
   }
   public BigDecimal getHongbao() {
      return hongbao;
   }
   public void setHongbao(BigDecimal hongbao) {
      this.hongbao = hongbao;
   }
   public Integer getHbState() {
      return hbState;
   }
   public void setHbState(Integer hbState) {
      this.hbState = hbState;
   }
}