@@ -1,6 +1,7 @@
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
using MassTransit;
|
||||
using System.ComponentModel;
|
||||
using System.Globalization;
|
||||
|
||||
namespace IRaCIS.Core.Domain.BaseModel;
|
||||
|
||||
@@ -22,6 +23,8 @@ public abstract class DomainEvent
|
||||
/// 在事件产生多少s后开始消费该事件
|
||||
/// </summary>
|
||||
public int DelaySeconds{ get; set; }
|
||||
|
||||
public string CultureInfoName { get; set; } = CultureInfo.CurrentCulture.Name;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user