mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Add ITeant.CopyNew()
This commit is contained in:
@@ -9,6 +9,7 @@ namespace SqlSugar
|
||||
{
|
||||
public interface ITenant
|
||||
{
|
||||
SqlSugarClient CopyNew();
|
||||
string[] GetCurrentConfigIds();
|
||||
void BeginTran();
|
||||
void BeginTran(IsolationLevel iso);
|
||||
|
Reference in New Issue
Block a user