From e3df296b329b3cc6b8b2d81fab09cc03ec8ebc56 Mon Sep 17 00:00:00 2001
From: twt_2008 <422731884@qq.com>
Date: Sat, 14 Dec 2024 14:16:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Admin.NET/Admin.NET.Core/C?=
=?UTF-8?q?onst/CommonConst.cs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Admin.NET/Admin.NET.Core/Const/CommonConst.cs | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Admin.NET/Admin.NET.Core/Const/CommonConst.cs b/Admin.NET/Admin.NET.Core/Const/CommonConst.cs
index 32beb009..b71025af 100644
--- a/Admin.NET/Admin.NET.Core/Const/CommonConst.cs
+++ b/Admin.NET/Admin.NET.Core/Const/CommonConst.cs
@@ -31,4 +31,14 @@ public class CommonConst
/// 事件-发送异常邮件
///
public const string SendErrorMail = "Send:ErrorMail";
+
+ ///
+ /// 事件-新增租户事件
+ ///
+ public const string InitTenant = "Init:Tenant";
+
+ ///
+ /// 事件-删除租户事件
+ ///
+ public const string DeleteTenant = "Delete:Tenant";
}
\ No newline at end of file