| 
					
				 | 
			
			
				@@ -191,10 +191,10 @@ type formMenuSubButton struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 type formMenuInfo struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Type      string            `json:"type,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Name      string            `json:"name"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Key       string            `json:"key,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	SubButton formMenuSubButton `json:"sub_button,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Type      string             `json:"type,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Name      string             `json:"name"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	Key       string             `json:"key,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	SubButton *formMenuSubButton `json:"sub_button,omitempty"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // FormMenu menu create 
			 |