|
@@ -24,12 +24,12 @@ public class QuestionSearchCondition {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- public QuesStructType getQuesType() {
|
|
|
- return quesType;
|
|
|
+ public QuesStructType getQuestionType() {
|
|
|
+ return questionType;
|
|
|
}
|
|
|
|
|
|
- public void setQuesType(QuesStructType quesType) {
|
|
|
- this.quesType = quesType;
|
|
|
+ public void setQuestionType(QuesStructType questionType) {
|
|
|
+ this.questionType = questionType;
|
|
|
}
|
|
|
|
|
|
public String getCreateTime() {
|