11 lines
		
	
	
		
			124 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			124 B
		
	
	
	
		
			PHP
		
	
	
|  | <?php | ||
|  | 
 | ||
|  | namespace app\model; | ||
|  | 
 | ||
|  | use think\Paginator; | ||
|  | 
 | ||
|  | class VisitLogoModel extends Base | ||
|  | { | ||
|  |     protected $name = 'visit_log'; | ||
|  | 
 | ||
|  | } |