feat(api): статистика по регламентным работам по ЗО, РГ, РР
This commit is contained in:
@@ -248,11 +248,21 @@
|
||||
public const string Get = BaseStat + "/template-distribution/{applicationInWorkId}";
|
||||
}
|
||||
|
||||
public static class StatStatResponseAreaWorkLoad
|
||||
public static class StatResponseAreaWorkLoad
|
||||
{
|
||||
public const string GetAll = BaseStat + "/response-area-workloads/";
|
||||
}
|
||||
|
||||
public static class StatWorkGroupWorkLoad
|
||||
{
|
||||
public const string Get = BaseStat + "/work-group-workloads/{responseAreaCode}";
|
||||
}
|
||||
|
||||
public static class StatWorkWorkLoad
|
||||
{
|
||||
public const string Get = BaseStat + "/work-workloads/{workGroupId}";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Наряды
|
||||
|
||||
Reference in New Issue
Block a user