12 lines
		
	
	
		
			155 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			155 B
		
	
	
	
		
			PHP
		
	
	
|  | <?php | ||
|  | 
 | ||
|  | namespace app\model; | ||
|  | 
 | ||
|  | class Business extends Base | ||
|  | { | ||
|  |     const state_reviewing = 0; | ||
|  |     const state_on        = 1; | ||
|  |     const state_off       = 2; | ||
|  | 
 | ||
|  | } |