smartor/src/main/java/com/smartor/domain/QuestionMessage.java
@@ -19,10 +19,10 @@ private String jsy = null; //当前问题 private IvrLibaTemplateScriptVO nowQuestion = new IvrLibaTemplateScriptVO(); private IvrTaskTemplateScriptVO nowQuestion = new IvrTaskTemplateScriptVO(); //问题清单 private List<IvrLibaTemplateScriptVO> questionList = new ArrayList(); private List<IvrTaskTemplateScriptVO> questionList = new ArrayList(); }