| 
						
						
						
					 | 
				
				 | 
				
					@ -0,0 +1,13 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					package supplierrpc | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					type GetParam struct { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						SiteId string `json:"site_id"` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						Dbname string `json:"database"` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						Id     string `json:"id"` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					type GetUuidParam struct { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						SiteId string `json:"site_id"` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						Dbname string `json:"database"` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						Uuid   string `json:"uuid"` | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} |