yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/entity/bus/user/vip/UserVIPPreInfo.java
@@ -18,6 +18,12 @@
   public static int PROCESS_3 = 10;// 会员第三阶段
   public static int PROCESS_4 = 11;// 会员第四阶段
   public final static int SOURCE_TYPE_ORDER = 1;// 订单型
   public final static int SOURCE_TYPE_TEAM = 2;// 团队型
   public final static int SOURCE_TYPE_ARTIFICIAL = 0;// 人工升级
   @Column(name = "vpi_id")
   private Long id;
   @Column(name = "vpi_uid")
@@ -30,6 +36,16 @@
   private Date createTime;
   @Column(name = "vpi_update_time")
   private Date updateTime;
   @Column(name = "vpi_source_type")
   private Integer sourceType;// 来源类型
   public Integer getSourceType() {
      return sourceType;
   }
   public void setSourceType(Integer sourceType) {
      this.sourceType = sourceType;
   }
   public Long getId() {
      return id;