admin
2021-01-27 e1a62ec62e7331d97af9302e90e1ce44af8235eb
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检索