mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 08:37:25 +08:00
Update demo
This commit is contained in:
parent
ce333ce876
commit
873e6923b0
@ -27,17 +27,7 @@ namespace TDengineTest
|
||||
{
|
||||
Console.WriteLine(UtilMethods.GetNativeSql(sql, p));
|
||||
}
|
||||
},
|
||||
ConfigureExternalServices = new ConfigureExternalServices()
|
||||
{
|
||||
EntityService= (property, column) =>
|
||||
{
|
||||
if (column.SqlParameterDbType == null)
|
||||
{
|
||||
column.SqlParameterDbType = typeof(CommonPropertyConvert);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
//固定建表
|
||||
|
Loading…
Reference in New Issue
Block a user