feat(templateDistributor): заготовка
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace PARR.BLL.Domain.Mq
|
||||
{
|
||||
/// <summary>
|
||||
/// Модель в MQ, обновления расписаний шаблонов связанных с РР (для TemplateDistributor)
|
||||
/// Модель в MQ, распределить шаблоны для JobGroupId (для TemplateDistributor)
|
||||
/// </summary>
|
||||
public class TemplateDistributorMq
|
||||
{
|
||||
public Guid ApplicationInWorkId { get; set; }
|
||||
public Guid JobGroupId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user