mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Split table InitTables bug
This commit is contained in:
parent
94c57a9104
commit
70e59466b0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user