yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/entity/bus/user/vip/UserVIPPreInfo.java
@@ -13,9 +13,16 @@
 */
@Table("yeshi_ec_user_vip_pre_info")
public class UserVIPPreInfo {
   public static int PROCESS_1 = 3;// 超级会员第一阶段
   public static int PROCESS_2 = 7;// 超级会员第二阶段
   public static int PROCESS_4 = 11;// 超级会员第四阶段
   public static int PROCESS_1 = 3;// 会员第一阶段
   public static int PROCESS_2 = 7;// 会员第二阶段
   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;
@@ -29,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;