|
@@ -1,4 +1,4 @@
|
|
|
-package cn.com.qmth.export;
|
|
|
+package cn.com.qmth.ex.bean;
|
|
|
|
|
|
import java.io.File;
|
|
|
import java.io.IOException;
|
|
@@ -21,6 +21,10 @@ import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
|
+import cn.com.qmth.ex.ExportPaperByCourseCode;
|
|
|
+import cn.com.qmth.ex.config.Param;
|
|
|
+import cn.com.qmth.ex.multithread.Consumer;
|
|
|
+
|
|
|
public class MyConsumer extends Consumer<PaperExportDto> {
|
|
|
private static String[] sucStr = new String[] { "对", "正确", "√", "是", "True" };
|
|
|
private static String[] errStr = new String[] { "错", "错误", "×", "不正确", "否", "False" };
|