|  |  | @ -33,7 +33,7 @@ import java.util.Date; | 
			
		
	
		
			
				
					|  |  |  |  */ | 
			
		
	
		
			
				
					|  |  |  | @Data | 
			
		
	
		
			
				
					|  |  |  | @EqualsAndHashCode(callSuper=false) | 
			
		
	
		
			
				
					|  |  |  | @TableName("notice_reafd_record") | 
			
		
	
		
			
				
					|  |  |  | @TableName("notice_read_record") | 
			
		
	
		
			
				
					|  |  |  | public class NoticeReadRecordEntity extends BaseEpmetEntity { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	private static final long serialVersionUID = 1L; | 
			
		
	
	
		
			
				
					|  |  | @ -64,7 +64,7 @@ public class NoticeReadRecordEntity extends BaseEpmetEntity { | 
			
		
	
		
			
				
					|  |  |  | 	private String userId; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     /** | 
			
		
	
		
			
				
					|  |  |  |      * read已读、unread未读 | 
			
		
	
		
			
				
					|  |  |  |      * read已读、un_read未读 | 
			
		
	
		
			
				
					|  |  |  |      */ | 
			
		
	
		
			
				
					|  |  |  | 	private String readFlag; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |