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

@@ -431,13 +431,16 @@
public const string getParam = "{id}";
}
#region UnitField
public static class UnitField
{
public const string GetAll = Base + "/unit-fields/";
public const string Get = Base + "/unit-fields/" + getParam;
public const string GetAllValues = Base + "/unit-fields/" + getParam+"/values";
public const string getParam = "{id}";
}
#endregion
#region Расписание ЕСПП