任务新增执行SQL脚本

This commit is contained in:
不做码农
2022-12-01 17:01:41 +08:00
parent 38d0de26e9
commit c3b7aa9b00
7 changed files with 86 additions and 118 deletions

View File

@@ -53,6 +53,7 @@ namespace ZR.Service.System
EndTime = parm.EndTime,
TaskType = parm.TaskType,
ApiUrl = parm.ApiUrl,
SqlText = parm.SqlText,
});
}
}