Browse Source

历史数据返图片

dev_shibei_match
sunyuchao 4 years ago
parent
commit
2e7759ba91
  1. 5
      epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/topic/result/GetPastTopicListV2ResultDTO.java

5
epmet-module/resi-group/resi-group-client/src/main/java/com/epmet/resi/group/dto/topic/result/GetPastTopicListV2ResultDTO.java

@ -93,6 +93,11 @@ public class GetPastTopicListV2ResultDTO implements Serializable {
*/ */
private Integer unReadCount = NumConstant.ZERO; private Integer unReadCount = NumConstant.ZERO;
/**
* 如果有图片后台只返回第一张没有图片此列为空
*/
private String firstPhoto;
@JsonIgnore @JsonIgnore
private String userId; private String userId;
} }

Loading…
Cancel
Save