From 436a8f6a1ecf9d42468535f674298513415c432d Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 21 Aug 2024 12:00:55 +0800 Subject: [PATCH] GetCurrentConfigIds --- Src/Asp.NetCore2/SqlSugar/Interface/ITenant.cs | 1 + Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Src/Asp.NetCore2/SqlSugar/Interface/ITenant.cs b/Src/Asp.NetCore2/SqlSugar/Interface/ITenant.cs index e8d9649ad..2fee3acdb 100644 --- a/Src/Asp.NetCore2/SqlSugar/Interface/ITenant.cs +++ b/Src/Asp.NetCore2/SqlSugar/Interface/ITenant.cs @@ -9,6 +9,7 @@ namespace SqlSugar { public interface ITenant { + string[] GetCurrentConfigIds(); void BeginTran(); void BeginTran(IsolationLevel iso); void CommitTran(); diff --git a/Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec b/Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec index f6ec0c423..05e7499d8 100644 --- a/Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec +++ b/Src/Asp.NetCore2/SqlSugar/SqlSugarForCore.nuspec @@ -2,7 +2,7 @@ SqlSugarCore - 5.1.4.167 + 5.1.4.168-preview01 sunkaixuan 果糖大数据科技 http://www.apache.org/licenses/LICENSE-2.0.html