From a15cca9fecaa11f30358fb0b4b042fdf39553a07 Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期三, 27 九月 2023 14:26:06 +0800 Subject: [PATCH] 9.26。12 --- cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java | 6 +++--- 1 files changed, 3 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..4a04537 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,12 @@ 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; } -- Gitblit v1.7.1