feat: cron表达式选择器 (#92)

This commit is contained in:
2024-02-26 18:17:18 +08:00
committed by GitHub
parent 6c2d1676e4
commit bde9fb1ea2
90 changed files with 394 additions and 22302 deletions

View File

@ -29,6 +29,12 @@ public sealed class JobCache(IDistributedCache cache, IJobService service)
return Service.DeleteAsync(req);
}
/// <inheritdoc />
public Task<QueryJobRsp> EditAsync(UpdateJobReq req)
{
return Service.EditAsync(req);
}
/// <inheritdoc />
public Task<bool> ExistAsync(QueryReq<QueryJobReq> req)
{