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