From f57328af42e84b9fe21527a04b954b43f9e7686d Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 8 Jun 2020 15:39:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=88=97=E8=A1=A8DTO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PsychologyAnswerListUserResultDTO.java | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) 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