feat(api): ResponseAreaController getAll. WorkGroupController, getAll, добавлен фильтр по ЗО.
This commit is contained in:
@@ -6,5 +6,10 @@
|
||||
/// Поиск по имени, например "АСУ"
|
||||
/// </summary>
|
||||
public string? Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Поиск по коду зоны ответственности
|
||||
/// </summary>
|
||||
public int? ResponseAreaCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user