feat(master): логика присвоения истории агента нарядам. Изменение статуса наряда. Отправка в MQ.
This commit is contained in:
10
PARR.BLL/Domain/Mq/OrderManageMq.cs
Normal file
10
PARR.BLL/Domain/Mq/OrderManageMq.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
/// <summary>
|
||||
/// Модель в MQ, запрос на изменение Наряда в ЕСПП
|
||||
/// </summary>
|
||||
public class OrderManageMq
|
||||
{
|
||||
public Guid OrderId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user