feat(api): TemplateController - фильтр шаблонов по AppInWorkId

This commit is contained in:
Mikhail Trubnikov
2024-04-11 09:22:43 +10:00
parent 85a1d9be69
commit ce0d4c1fb0
2 changed files with 9 additions and 0 deletions

View File

@@ -11,5 +11,11 @@
/// Поиск по маске. Например: "*-ДВС"
/// </summary>
public string? Mask { get; set; }
/// <summary>
/// Поиск по ИД Задания (ApplicationInWorkId)
/// </summary>
public Guid? AppInWorkId { get; set; }
}
}