From fc41b97c07249254845bf2c598763f25eb2592f7 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 24 十月 2023 21:31:47 +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