From ac3e9a7f0b21fb630049f9e191bd760eefd21467 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期六, 16 八月 2025 18:04:38 +0800
Subject: [PATCH] 管理后台会员管理
---
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