yujian
2019-07-23 c76ad0e79b95c0bceed8a0234211f2c7f0168b14
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/DeviceTokenIOSMapper.java
@@ -20,17 +20,14 @@
   
   DeviceTokenIOS selectByDeviceToken(String deviceToken);
   
   List<DeviceTokenIOS> selectByUid(Long uid);
   List<DeviceTokenIOS> selectByUid( @Param("uid")Long uid,  @Param("list")List<Integer> list);
   
   List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count);
   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);
   
}