feat(dal): создана таблица GroupDistributionConfigs
This commit is contained in:
@@ -160,5 +160,7 @@ namespace PARR.DAL.Models.Job
|
||||
|
||||
[ForeignKey(nameof(ScheduleExcludeTypeCalendarId))]
|
||||
public ScheduleExcludeTypeCalendar? ScheduleExcludeTypeCalendar { get; set; }
|
||||
|
||||
public JobGroupDistributionConfig? DistributionConfig { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user