优化项目命名空间
This commit is contained in:
14
ZR.Service/System/IService/ISysTasksLogService.cs
Normal file
14
ZR.Service/System/IService/ISysTasksLogService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using ZR.Model.System;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
public interface ISysTasksLogService : IBaseService<SysTasksLog>
|
||||
{
|
||||
/// <summary>
|
||||
/// 记录任务执行日志
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
//public int AddTaskLog(string jobId);
|
||||
public SysTasksLog AddTaskLog(string jobId, SysTasksLog tasksLog);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user