liusheng
2024-10-22 580f358ce4e50816211d69ff6e31817b6593d731
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();
}