| | |
| | | */
|
| | | public UserVIPPreInfo getProcessInfo(Long uid,Date time);
|
| | |
|
| | | /**
|
| | | * 会员等级添加并验证
|
| | | * @param uid
|
| | | * @param inviteSuccess
|
| | | */
|
| | | public void verifyVipPreInfo(Long uid, boolean inviteSuccess);
|
| | |
|
| | | /**
|
| | | * 根据用户ID与步骤查询
|
| | |
| | | */
|
| | | public UserVIPPreInfo getVipByProcess(Long uid, int process);
|
| | |
|
| | | |
| | |
|
| | | /**
|
| | | * 自购+ 分享订单到账 满足升级验证
|
| | | * @param uid
|
| | | */
|
| | | public void upgradeVipByMyOrder(Long uid);
|
| | |
|
| | |
|
| | | /**
|
| | | * 验证自身是否满足vip条件
|
| | | * @param uid |
| | | */
|
| | | public void upgradeVipByTeamNum(Long uid);
|
| | | |
| | | |
| | | /**
|
| | | * 粉丝完成收货-验证直接-间接粉丝
|
| | | * @param uid 粉丝id
|
| | | */
|
| | | public void upgradeBossVipByTeamNum(Long uid);
|
| | | |
| | | |
| | | |
| | | |
| | | /**
|
| | | * 根据主键删除
|
| | | * @Title: deleteByPrimaryKey
|
| | | * @Description: |
| | | * @param id |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void deleteByPrimaryKey(Long id);
|
| | |
|
| | | }
|