admin
2020-11-28 dc5be7d38446f70e6ff86df311119c32b41fe7f8
fanli/src/main/java/com/yeshi/fanli/service/inter/push/DeviceTokenVIVOService.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.DeviceTokenVIVO;
@@ -40,7 +41,7 @@
    * 
    * @return
    */
   public long countDeviceToken(List<Integer> verisonList);
   public long countDeviceToken(List<Integer> verisonList, Date minUpdateTime);
   /**
    * 设备列表
@@ -49,7 +50,7 @@
    * @param pageSize
    * @return
    */
   public List<DeviceTokenVIVO> listDeviceToken(int page, int pageSize, List<Integer> verisonList);
   public List<DeviceTokenVIVO> listDeviceToken(int page, int pageSize, List<Integer> verisonList, Date minUpdateTime);
   /**
    * 根据用户ID检索