From 18d1f4bc4f4f77c8883702a00896dd99469db648 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 八月 2023 16:06:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/dto/questionTitleValue/QuestionTitleValueDto.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/questionTitleValue/QuestionTitleValueDto.java b/java110-bean/src/main/java/com/java110/dto/questionTitleValue/QuestionTitleValueDto.java
index 9949ffe..161c435 100644
--- a/java110-bean/src/main/java/com/java110/dto/questionTitleValue/QuestionTitleValueDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/questionTitleValue/QuestionTitleValueDto.java
@@ -24,6 +24,7 @@
private String communityId;
private String qaValue;
+ private String titleType;
private String seq;
@@ -135,5 +136,11 @@
this.qaIds = qaIds;
}
+ public String getTitleType() {
+ return titleType;
+ }
+ public void setTitleType(String titleType) {
+ this.titleType = titleType;
+ }
}
--
Gitblit v1.8.0