| 
						
						
						
					 | 
					@ -1,6 +1,5 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					package com.epmet.commons.tools.dto.result; | 
					 | 
					 | 
					package com.epmet.commons.tools.dto.result; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.fasterxml.jackson.annotation.JsonIgnore; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import lombok.Data; | 
					 | 
					 | 
					import lombok.Data; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import java.io.Serializable; | 
					 | 
					 | 
					import java.io.Serializable; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					@ -15,7 +14,6 @@ public class DictListResultDTO implements Serializable { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private static final long serialVersionUID = 8618231166600518980L; | 
					 | 
					 | 
					    private static final long serialVersionUID = 8618231166600518980L; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private String label; | 
					 | 
					 | 
					    private String label; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private String value; | 
					 | 
					 | 
					    private String value; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @JsonIgnore | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private String pValue; | 
					 | 
					 | 
					    private String pValue; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    private List<DictListResultDTO> children; | 
					 | 
					 | 
					    private List<DictListResultDTO> children; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					} | 
					 | 
					 | 
					} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					
  |