admin
2020-07-29 c338aa60df58bee9f4c25afedf94fe6930a119c1
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);
   /**
    * 添加数据