From edf83149d0f26fb99eb6548d9e68bcc81a8cc893 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 13 十月 2023 17:03:37 +0800 Subject: [PATCH] 10.13bug2 --- cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java b/cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java index 46721d3..8b354b0 100644 --- a/cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java +++ b/cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java @@ -8,12 +8,14 @@ public class QuestionIns { @ApiModelProperty(value = "问题id") - private Integer noticeId; + private Integer quesId; @ApiModelProperty(value = "问题标题") - private String noticeTitle; + private String quesTitle; @ApiModelProperty(value = "答复内容") - private String noticeContents; + private String quesContents; + @ApiModelProperty(value = "答复时间") + private String quesTime; } -- Gitblit v1.7.1