Your Name
2023-08-19 c7fc6381b7cefe7766c0937d53f58b62d6988d9d
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;
    }
}