feat(api): реализован GetAll UnitFieldValue по Id FieldValue

This commit is contained in:
Mikhail Kuznetsov
2025-09-22 11:04:27 +10:00
parent e094db168f
commit 8b0f173abe
7 changed files with 84 additions and 21 deletions

View File

@@ -10,6 +10,6 @@
/// <summary>
/// Соответствующее полю значение
/// </summary>
public required ValueResponse Value { get; set; }
public required UnitFieldValueResponse Value { get; set; }
}
}