feat(api): JobGroupResponse, TemplateResponse - отображение настроек автораспределения
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class JobGroupDistributionConfigResponse
|
||||
{
|
||||
public bool IsExcludeWeekends { get; set; }
|
||||
|
||||
public bool IsGroupingByWorkGroup { get; set; }
|
||||
|
||||
public DistributionPeriodResponse? Period { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user