!20 Job 模块单元测试

Merge pull request !20 from neilz/feature/ut-job
This commit is contained in:
芋道源码
2021-03-14 23:54:25 +08:00
committed by Gitee
6 changed files with 509 additions and 0 deletions

View File

@ -1,6 +1,8 @@
-- inf 开头的 DB
DELETE FROM "inf_config";
DELETE FROM "inf_file";
DELETE FROM "inf_job";
DELETE FROM "inf_job_log";
-- sys 开头的 DB
DELETE FROM "sys_dept";