feat(esppOrderManager): доработка логики. EsppApi - запросы переделаны под модели.
This commit is contained in:
10
PARR.EsppApi/Requests/GetTaskRequest.cs
Normal file
10
PARR.EsppApi/Requests/GetTaskRequest.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.EsppApi.Requests
|
||||
{
|
||||
/// <summary>
|
||||
/// Получить наряд по номеру
|
||||
/// </summary>
|
||||
internal class GetTaskRequest
|
||||
{
|
||||
public required string recordid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user