liusheng
2024-06-06 ef81a5cbfbb98974ed1ba54d0e47b7e74a9b96b9
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();
}