feta(api): unitFieldValue поиск по имени

This commit is contained in:
Mikhail Trubnikov
2025-11-24 14:21:04 +10:00
parent e6bf3a90fd
commit 57a9df18c0
4 changed files with 21 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
namespace PARR.API.Contracts.V1.Requests.Queries
{
public class UnitFieldValueQuery
{
/// <summary>
/// Маска значения (%коммутатор%)
/// </summary>
public string? Mask { get; set; }
}
}