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