Your Name
2023-08-25 8b0dd174285faed9afdd7341a177df4e60d98192
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;
    }
}