| | |
| | | /** |
| | | * 校验准代理的申请条件 |
| | | */ |
| | | Boolean checkReadyToBeProxy(Long userId,Integer vipId); |
| | | Boolean isEligibleForStorePartner(Long userId,Integer vipId); |
| | | |
| | | /** |
| | | * 校验代理的申请条件 |
| | | */ |
| | | Boolean checkReadyToBeAgent(Long userId); |
| | | Boolean isEligibleForCityPartner(Long userId); |
| | | |
| | | /** |
| | | * 校验总代理的申请条件 |
| | | */ |
| | | Boolean checkReadyToBeTotalAgent(Long userId); |
| | | Boolean isEligibleForNationalPartner(Long userId); |
| | | |
| | | /** |
| | | * 校验合伙人的申请条件 |
| | | */ |
| | | Boolean checkReadyToBePartner(Long userId); |
| | | Boolean isEligibleForGlobalPartner(Long userId); |
| | | |
| | | |
| | | Boolean check(Integer type); |
| | | Boolean checkEligibility(Integer type); |
| | | } |