feat(templateMatcher): Рефакторинг, основной метод синхронизации GroupedTemplateSynchronizer разбит на отдельные классы; Неиспользуемые шаблоны теперь привязываются к ЭК КОСМПЛЕКСЫ-[ЗО].
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace PARR.Domain.Common.Rabbit.Messages.TemplateMatching
|
||||
{
|
||||
public record UnitInTemplateMessage
|
||||
{
|
||||
/// <summary>
|
||||
/// Id ЭК
|
||||
/// </summary>
|
||||
public Guid UnitId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Id значения атрибута
|
||||
/// </summary>
|
||||
public Guid UnitFieldValueId { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user