admin
2019-05-22 6eee4b9602f02664bfc4c55ae36583a1f419f73b
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/DeviceTokenIOSMapper.java
@@ -18,17 +18,16 @@
   DeviceTokenIOS selectByDevice(String device);
   
   List<DeviceTokenIOS> selectByUid(Long uid);
   DeviceTokenIOS selectByDeviceToken(String deviceToken);
   
   List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count);
   List<DeviceTokenIOS> selectByUid( @Param("uid")Long uid,  @Param("list")List<Integer> list);
   List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count, @Param("list")List<Integer> list);
   
   long selectCount();
   
   int updateByPrimaryKeySelective(DeviceTokenIOS record);
   int updateByPrimaryKey(DeviceTokenIOS record);
   
}