forked from luyan/epmet-cloud-lingshan
				
			
				 4 changed files with 60 additions and 0 deletions
			
			
		@ -0,0 +1,26 @@ | 
				
			|||
package com.epmet.dataaggre.dto.message.result; | 
				
			|||
 | 
				
			|||
import lombok.Data; | 
				
			|||
 | 
				
			|||
import java.io.Serializable; | 
				
			|||
 | 
				
			|||
/** | 
				
			|||
 * @Author zxc | 
				
			|||
 * @DateTime 2021/8/20 3:22 下午 | 
				
			|||
 * @DESC | 
				
			|||
 */ | 
				
			|||
@Data | 
				
			|||
public class InfoRedDotResultDTO implements Serializable { | 
				
			|||
 | 
				
			|||
    private static final long serialVersionUID = 6417699657069808978L; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 我发出的,新回复数量 | 
				
			|||
     */ | 
				
			|||
    private Integer sentNewReplyCount; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 我收到的未读的消息数量 | 
				
			|||
     */ | 
				
			|||
    private Integer receivedUnReadCount; | 
				
			|||
} | 
				
			|||
					Loading…
					
					
				
		Reference in new issue