Commit a0c326c4 by 蒋勇

d

parent e51a96b0
const TaskBase=require("../../task.base"); const TaskBase=require("../../task.base");
const settings=require("../../../../config/settings");
var excel = require('exceljs'); var excel = require('exceljs');
const system = require("../../../system"); const system = require("../../../system");
class ParseRptTask extends TaskBase{ class ParseRptTask extends TaskBase{
...@@ -69,4 +70,4 @@ async readxls(path) { ...@@ -69,4 +70,4 @@ async readxls(path) {
console.log("TestTask1....."); console.log("TestTask1.....");
} }
} }
module.exports=ParseRptTask; module.exports=ParseRptTask;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment