diff --git a/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/result/PsychologyAnswerListUserResultDTO.java b/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/result/PsychologyAnswerListUserResultDTO.java index f610614..9548a50 100644 --- a/epdc-cloud-property-client/src/main/java/com/elink/esua/epdc/dto/psychology/result/PsychologyAnswerListUserResultDTO.java +++ b/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; - /** - * 问题id - */ - private String id; + /** + * 问题id + */ + private String id; - /** - * 提问用户id - */ - private String userId; + /** + * 提问用户id + */ + 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 - */ - private String questionTime; + /** + * 提问发布时间 yyyy.MM.dd HH:mm + */ + private String questionTime; - /** - * - */ - private List answerList; + /** + * + */ + private List answerList; } \ No newline at end of file