|  | @ -1,5 +1,6 @@ | 
			
		
	
		
		
			
				
					|  |  | package com.epmet.resi.group.dto.topic.result; |  |  | package com.epmet.resi.group.dto.topic.result; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |  |  |  | import com.epmet.commons.tools.constant.NumConstant; | 
			
		
	
		
		
			
				
					|  |  | import com.fasterxml.jackson.annotation.JsonIgnore; |  |  | import com.fasterxml.jackson.annotation.JsonIgnore; | 
			
		
	
		
		
			
				
					|  |  | import lombok.Data; |  |  | import lombok.Data; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | @ -90,7 +91,7 @@ public class GetPastTopicListV2ResultDTO implements Serializable { | 
			
		
	
		
		
			
				
					|  |  |     /** |  |  |     /** | 
			
		
	
		
		
			
				
					|  |  |      * 通知或活动未读人员数 |  |  |      * 通知或活动未读人员数 | 
			
		
	
		
		
			
				
					|  |  |      */ |  |  |      */ | 
			
		
	
		
		
			
				
					
					|  |  |     private Integer unReadCount; |  |  |     private Integer unReadCount = NumConstant.ZERO; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     @JsonIgnore |  |  |     @JsonIgnore | 
			
		
	
		
		
			
				
					|  |  |     private String userId; |  |  |     private String userId; | 
			
		
	
	
		
		
			
				
					|  | 
 |