From c31f9914a85889bbe090d907ed53cc7a2fdcf8b6 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期四, 28 十二月 2023 10:41:53 +0800 Subject: [PATCH] 11.27,9 --- 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