feat(api, domain, core): StatWorkloadTemplate - дополнительная фильтрация по РГ и ЗО.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using PARR.Domain.Enums.Workload;
|
||||
|
||||
namespace PARR.API.Contracts.V1.Requests.Queries
|
||||
{
|
||||
public record StatWorkloadTemplateReqportQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Тип дополнительно фильтра для работы (ЗО, РГ)
|
||||
/// </summary>
|
||||
public WorkloadJobSubfliterType? JobSubfilterType { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Значение дополнительного фильтра для работы
|
||||
/// </summary>
|
||||
public string? JobSubfilterValue { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user