| | |
| | | @TableName("score_vip_detail") |
| | | public class ScoreVipDetail extends BaseEntity{ |
| | | @Extend |
| | | private static final long serialVersionUID = 1L; |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | /** |
| | | * 获取类型(1:现金消费) |
| | | */ |
| | | public static final int SCORE_VIP_TYPE_CASH=1; |
| | | |
| | | |
| | | /** |
| | | * 获取类型(2:赠送等) |
| | | */ |
| | | public static final int SCORE_VIP_TYPE_CONSUME=2; |
| | | /** |
| | | * 获取类型(3推荐客户) |
| | | */ |
| | | public static final int SCORE_VIP_TYPE_REFERRER=3; |
| | | /** |
| | | * 获取类型(4参加活动) |
| | | */ |
| | | public static final int SCORE_VIP_TYPE_JOIN_ACTIVE=4; |
| | | |
| | | |
| | | /** |
| | | * 获取类型(4人工调整) |
| | | */ |
| | | public static final int SCORE_VIP_TYPE_USERCHANGE=4; |
| | | /** |
| | | * 获取类型(5积分失效) |
| | | */ |
| | | public static final int SCORE_OVER_TIME=5; |
| | | |
| | | /** 有效*/ |
| | | public static final int SCORE_STATUS_YX=1; |
| | | /** 无效*/ |
| | | public static final int SCORE_STATUS_WX=2; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * erp用户Id |
| | | */ |
| | | private Long vipId; |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | |
| | | |
| | | private String businessId; |
| | | private Long businessId; |
| | | |
| | | /** |
| | | * 所属公司_id |