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