From dc1e5cd2c50bdcd712b5f95b2170bf7d421db4f0 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 30 四月 2025 13:19:09 +0800 Subject: [PATCH] 来料打印更新 --- Tiger.Business/Services/Base/InterfaceService.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Tiger.Business/Services/Base/InterfaceService.cs b/Tiger.Business/Services/Base/InterfaceService.cs index 8dc4a88..b904103 100644 --- a/Tiger.Business/Services/Base/InterfaceService.cs +++ b/Tiger.Business/Services/Base/InterfaceService.cs @@ -175,5 +175,20 @@ { JobManager.Initialize(); } + + ApiAction IInterfaceService.AddTskJob<TJob>(TJob newEntity, FluentJobParam jobParam) + { + throw new NotImplementedException(); + } + + public void RemovefJob(string jobname) + { + throw new NotImplementedException(); + } + + ApiAction IInterfaceService.ImmediateRun<TJob>(TJob newEntity, string jobname) + { + throw new NotImplementedException(); + } } } -- Gitblit v1.9.3