2025-12-01 15:27:18 +10:00
|
|
|
|
using PARR.Common.Domain;
|
|
|
|
|
|
using PARR.Constants;
|
2025-11-01 15:29:12 +10:00
|
|
|
|
|
|
|
|
|
|
namespace PARR.BLL.Domain.Mq
|
|
|
|
|
|
{
|
|
|
|
|
|
public class TemplateMatcherMq
|
|
|
|
|
|
{
|
|
|
|
|
|
public Guid Id { get; set; }
|
|
|
|
|
|
public SyncTaskEntityTypeEnum EntityType { get; set; }
|
2025-12-01 15:27:18 +10:00
|
|
|
|
public TemplateMatcherActionEnum Action { get; set; }
|
2025-12-04 09:24:05 +10:00
|
|
|
|
public required HistoryInitiator Initiator { get; set; }
|
2025-11-01 15:29:12 +10:00
|
|
|
|
}
|
|
|
|
|
|
}
|