admin
2020-07-29 c338aa60df58bee9f4c25afedf94fe6930a119c1
fanli/src/main/java/com/yeshi/fanli/service/inter/push/DeviceTokenOPPOService.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.DeviceTokenOPPO;
@@ -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<DeviceTokenOPPO> listDeviceToken(int page, int pageSize, List<Integer> verisonList);
   public List<DeviceTokenOPPO> listDeviceToken(int page, int pageSize, List<Integer> verisonList, Date minUpdateTime);
   /**
    * 根据用户ID检索