|  |  | @ -1,7 +1,6 @@ | 
			
		
	
		
			
				
					|  |  |  | package com.epmet.dataaggre.dto.resigroup.result; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import com.epmet.commons.tools.constant.NumConstant; | 
			
		
	
		
			
				
					|  |  |  | import com.fasterxml.jackson.annotation.JsonIgnore; | 
			
		
	
		
			
				
					|  |  |  | import lombok.Data; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | import java.io.Serializable; | 
			
		
	
	
		
			
				
					|  |  | @ -25,7 +24,7 @@ public class GroupActRankResultDTO implements Serializable { | 
			
		
	
		
			
				
					|  |  |  |     private String participateUserName; | 
			
		
	
		
			
				
					|  |  |  |     private List<GroupActRankDetailDTO> categoryList; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     @JsonIgnore | 
			
		
	
		
			
				
					|  |  |  |     // @JsonIgnore
 | 
			
		
	
		
			
				
					|  |  |  |     private Integer sortValue; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     public GroupActRankResultDTO() { | 
			
		
	
	
		
			
				
					|  |  | 
 |