From f0bfd117ef5435471281a4026c1da86abdc44f9d Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期三, 26 三月 2025 19:58:15 +0800 Subject: [PATCH] ID更改 --- Tiger.IBusiness/Service/IInterfaceService.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness/Service/IInterfaceService.cs b/Tiger.IBusiness/Service/IInterfaceService.cs index 52e71df..cb0a794 100644 --- a/Tiger.IBusiness/Service/IInterfaceService.cs +++ b/Tiger.IBusiness/Service/IInterfaceService.cs @@ -15,6 +15,7 @@ public void SetSchedulerFactory(Sundial.ISchedulerFactory schedulerFactory); public ApiAction AddJob<TJob>(TJob newEntity, TskJobParam jobParam) where TJob : class, Sundial.IJob; public ApiAction AddTskJob<TJob>(TJob newEntity, FluentJobParam jobParam) where TJob : class, ITJob; + public ApiAction ImmediateRun<TJob>(TJob newEntity, string jobname) where TJob : class, ITJob; public ApiAction AddJob<TJob>(string jobname, params Sundial.TriggerBuilder[] triggerBuilders) where TJob : class, Sundial.IJob; public ApiAction UpdateJob(TSK_JOB job); public void StartAllJob(); -- Gitblit v1.9.3