feat(dal,api): IMatchingStatusService - управление статусами matcher`a. Отображение статусов в АПИ, нельзя повторно из апи отправить задание мэтчеру если сейчас идет matching
This commit is contained in:
@@ -40,8 +40,11 @@
|
||||
{
|
||||
//public List<JobResponse>? Jobs { get; set; }
|
||||
public int JobsCount { get; set; }
|
||||
|
||||
public JobGroupScheduleResponse? Schedule { get; set; }
|
||||
|
||||
public MatchingStatusResponse? MatchingStatus { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Расписание
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user