瀏覽代碼

修改试题类型参数名称

gaoxing 8 年之前
父節點
當前提交
a23d824caf

+ 4 - 4
cqb-question-resource/src/main/java/com/qmth/cqb/question/model/QuestionSearchCondition.java

@@ -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() {