MasstransferExporter/MasstransferCommon/Model/Constant/ProcessTopics.cs

14 lines
365 B
C#
Raw Permalink Normal View History

2024-07-03 06:24:17 +00:00
namespace MasstransferCommon.Model.Constant;
public class ProcessTopics
{
/// <summary>
/// 证书更新事件
/// </summary>
public const string LicenseUpdateEvent = "LicenseUpdateEvent";
/// <summary>
/// 证书更新事件反馈
/// </summary>
public const string LicenseUpdateEventFeedback = "LicenseUpdateEventFeedback";
}