Merge pull request 'twt_2008-patch-1' (#199) from twt_2008/Admin.NET.Pro:twt_2008-patch-1 into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/199
This commit is contained in:
zuohuaijun 2024-12-14 15:08:46 +08:00
commit bbcfbdd329

View File

@ -31,4 +31,14 @@ public class CommonConst
/// 事件-发送异常邮件
/// </summary>
public const string SendErrorMail = "Send:ErrorMail";
/// <summary>
/// 事件-新增租户事件
/// </summary>
public const string InitTenant = "Init:Tenant";
/// <summary>
/// 事件-删除租户事件
/// </summary>
public const string DeleteTenant = "Delete:Tenant";
}