| | |
| | | package com.yeshi.fanli.service.inter.push;
|
| | |
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.push.DeviceTokenOPPO;
|
| | |
| | | *
|
| | | * @return
|
| | | */
|
| | | public long countDeviceToken(List<Integer> verisonList);
|
| | | public long countDeviceToken(List<Integer> verisonList, Date minUpdateTime);
|
| | |
|
| | | /**
|
| | | * 设备列表
|
| | |
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public List<DeviceTokenOPPO> listDeviceToken(int page, int pageSize, List<Integer> verisonList);
|
| | | public List<DeviceTokenOPPO> listDeviceToken(int page, int pageSize, List<Integer> verisonList, Date minUpdateTime);
|
| | |
|
| | | /**
|
| | | * 根据用户ID检索
|