|  | # This file has been auto-generated only because it didn't exist.
 | 
  
    |  | # Feel free to modify it at will; it will not be overwritten automatically.
 | 
  
    |  | 
 | 
  
    |  | package SL::DB::Manager::ReclamationItem;
 | 
  
    |  | 
 | 
  
    |  | use strict;
 | 
  
    |  | 
 | 
  
    |  | use parent qw(SL::DB::Helper::Manager);
 | 
  
    |  | 
 | 
  
    |  | sub object_class { 'SL::DB::ReclamationItem' }
 | 
  
    |  | 
 | 
  
    |  | __PACKAGE__->make_manager_methods;
 | 
  
    |  | 
 | 
  
    |  | 1;
 |