| | |
| | | */ |
| | | public interface SysVipInfoService extends BaseServices<SysVipInfo>{ |
| | | |
| | | /** |
| | | * 更新用户成交状态 |
| | | * @param vipId |
| | | * @param isDeal |
| | | */ |
| | | void updateDealStatus(Long vipId, int isDeal); |
| | | |
| | | public MoneyCardUse addVipDefaultCard(Long vipId); |
| | | /** |
| | | * 新增SysVipInfo |
| | |
| | | * |
| | | */ |
| | | public int remove(List<Long> list); |
| | | |
| | | |
| | | /** |
| | | * 批量删除SysVipInfo |
| | | * |
| | | */ |
| | | public int removeLogic(List<Long> list); |
| | | |
| | | /** |
| | | * 根据id删除SysVipInfo |
| | |
| | | List<Map<String, Object>> findVipArrearsStatistics(SysVipInfo sysVipInfo, PaginationVO pageVo); |
| | | |
| | | Integer findVipArrearsStatisticsTotal(SysVipInfo sysVipInfo); |
| | | |
| | | } |