mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Split table InitTables bug
This commit is contained in:
@@ -41,7 +41,7 @@ namespace SqlSugar
|
||||
this.Context.MappingTables.Add(helper.EntityInfo.EntityName, helper.EntityInfo.DbTableName);
|
||||
}
|
||||
|
||||
public void InitTables<T>(Type [] types)
|
||||
public void InitTables(Type [] types)
|
||||
{
|
||||
foreach (var type in types)
|
||||
{
|
||||
|
Reference in New Issue
Block a user