From e44f3f7b666394907a016488e79f788e7ed97a70 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 27 十一月 2024 19:23:37 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/QuestionMessage.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/QuestionMessage.java b/smartor/src/main/java/com/smartor/domain/QuestionMessage.java index 108c686..6efc218 100644 --- a/smartor/src/main/java/com/smartor/domain/QuestionMessage.java +++ b/smartor/src/main/java/com/smartor/domain/QuestionMessage.java @@ -12,17 +12,17 @@ //杩斿洖鐨勫唴瀹� private String content; - //寮�鍦虹櫧 + //寮�鍦虹櫧(缁欐祴璇曞姛鑳界敤鐨�) private String kcb = null; - //缁撴潫璇� + //缁撴潫璇�(缁欐祴璇曞姛鑳界敤鐨�) 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(); } -- Gitblit v1.9.3