forked from luyan/epmet-cloud-lingshan
				
			
				 4 changed files with 61 additions and 6 deletions
			
			
		| @ -0,0 +1,51 @@ | |||
| package com.epmet.resi.group.dto.topic.result; | |||
| 
 | |||
| import lombok.Data; | |||
| 
 | |||
| import java.io.Serializable; | |||
| 
 | |||
| /** | |||
|  * @Description | |||
|  * @ClassName GovHiddenTopicInfoResultDTO | |||
|  * @Auth wangc | |||
|  * @Date 2020-04-30 13:42 | |||
|  */ | |||
| @Data | |||
| public class GovHiddenTopicInfoResultDTO implements Serializable { | |||
|     private static final long serialVersionUID = 6993547275260814680L; | |||
| 
 | |||
|     /** | |||
|      * 作者的Id | |||
|      * */ | |||
|     private String userId; | |||
| 
 | |||
|     /** | |||
|      * 用户头像 | |||
|      * */ | |||
|     private String userHeadPhoto; | |||
| 
 | |||
|     /** | |||
|      * 用户昵称 | |||
|      * */ | |||
|     private String userNickName; | |||
| 
 | |||
|     /** | |||
|      * 话题Id | |||
|      * */ | |||
|     private String topicId; | |||
| 
 | |||
|     /** | |||
|      * 话题内容 | |||
|      * */ | |||
|     private String topicContent; | |||
| 
 | |||
|     /** | |||
|      * 话题发布时间 时间戳 | |||
|      * */ | |||
|     private Long topicRealseTime; | |||
| 
 | |||
|     /** | |||
|      * 话题的第一张图片地址 | |||
|      * */ | |||
|     private String topicFirstPhoto; | |||
| } | |||
					Loading…
					
					
				
		Reference in new issue