forked from luyan/epmet-cloud-lingshan
5 changed files with 61 additions and 1 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