23123
This commit is contained in:
10
Service/Application.Web/Business/Job/IGameAutoJobService.cs
Normal file
10
Service/Application.Web/Business/Job/IGameAutoJobService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Application.Web;
|
||||
|
||||
public interface IGameAutoJobService
|
||||
{
|
||||
Task<List<game_job>> GetJobData();
|
||||
Task<game_job> GetJobInfo(string jobId);
|
||||
Task StartJob();
|
||||
Task StopJob(string jobId);
|
||||
Task HandleJob(game_job data);
|
||||
}
|
||||
Reference in New Issue
Block a user