模具保养
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace JNPF.TaskScheduler.Interfaces.TaskScheduler;
|
||||
using JNPF.TaskScheduler.Entitys;
|
||||
|
||||
namespace JNPF.TaskScheduler.Interfaces.TaskScheduler;
|
||||
|
||||
/// <summary>
|
||||
/// 定时任务
|
||||
@@ -13,4 +15,6 @@ public interface ITimeTaskService
|
||||
/// 启动自启动任务.
|
||||
/// </summary>
|
||||
void StartTimerJob();
|
||||
|
||||
List<TimeTaskEntity> GetTasks();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user