Synchronization code

This commit is contained in:
sunkaixuan
2023-07-21 15:57:07 +08:00
parent c96bc56da1
commit 3f45dde43d

View File

@@ -13,6 +13,10 @@ namespace SqlSugar
public List<T> Items { get; set; } public List<T> Items { get; set; }
public SplitTableContext Helper { get; set; } public SplitTableContext Helper { get; set; }
public string GetTableName()
{
return GetTableNames().First();
}
public string [] GetTableNames() public string [] GetTableNames()
{ {
List<string> result = new List<string>(); List<string> result = new List<string>();