admin
2021-01-27 e1a62ec62e7331d97af9302e90e1ce44af8235eb
fanli/src/main/java/com/yeshi/fanli/service/inter/push/DeviceTokenHWService.java
@@ -1,5 +1,6 @@
package com.yeshi.fanli.service.inter.push;
import java.util.Date;
import java.util.List;
import com.yeshi.fanli.entity.push.DeviceTokenHW;
@@ -11,17 +12,19 @@
 *
 */
public interface DeviceTokenHWService {
   /**
    * 分页查询数据
    *
    * @param start
    * @param page
    * @param pageSize
    * @param versionList
    * @param minUpdateTime
    * @return
    */
   List<DeviceTokenHW> getDeviceTokenList(int page, int pageSize, List<Integer> versionList);
   List<DeviceTokenHW> getDeviceTokenList(int page, int pageSize, List<Integer> versionList, Date minUpdateTime);
   Long countDeviceToken(List<Integer> versionList);
   Long countDeviceToken(List<Integer> versionList,Date minUpdateTime);
   /**
    * 添加数据