Browse Source

问题列表DTO

master
zhangyuan 5 years ago
parent
commit
f57328af42
  1. 56
      epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/result/PsychologyAnswerListUserResultDTO.java

56
epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/result/PsychologyAnswerListUserResultDTO.java

@ -34,39 +34,39 @@ public class PsychologyAnswerListUserResultDTO implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** /**
* 问题id * 问题id
*/ */
private String id; private String id;
/** /**
* 提问用户id * 提问用户id
*/ */
private String userId; private String userId;
/** /**
* 提问用户名称 * 提问用户名称
*/ */
private String userName; private String userName;
/** /**
* 提问用户头像 * 提问用户头像
*/ */
private String userAvatar; private String userAvatar;
/** /**
* 问题内容 * 问题内容
*/ */
private String questionContent; private String questionContent;
/** /**
* 提问发布时间 yyyy.MM.dd HH:mm * 提问发布时间 yyyy.MM.dd HH:mm
*/ */
private String questionTime; private String questionTime;
/** /**
* *
*/ */
private List<PsychologyAnswerUserInfoResultDTO> answerList; private List<PsychologyAnswerUserInfoResultDTO> answerList;
} }
Loading…
Cancel
Save