From 06104b789c9bc120d490b57560098e8a6df4beb9 Mon Sep 17 00:00:00 2001
From: liujie <liujie>
Date: 星期六, 23 九月 2023 09:51:46 +0800
Subject: [PATCH] 后台代码

---
 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