Add ITeant.CopyNew()

This commit is contained in:
sunkaixuan
2025-05-07 11:19:59 +08:00
parent 2e76df6a2e
commit d99482d3b7

View File

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