GetCurrentConfigIds

This commit is contained in:
sunkaixuan
2024-08-21 12:00:55 +08:00
parent 991f9fe44c
commit 436a8f6a1e
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ namespace SqlSugar
{ {
public interface ITenant public interface ITenant
{ {
string[] GetCurrentConfigIds();
void BeginTran(); void BeginTran();
void BeginTran(IsolationLevel iso); void BeginTran(IsolationLevel iso);
void CommitTran(); void CommitTran();

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.4.167</version> <version>5.1.4.168-preview01</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners> <owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>