mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-21 10:59:56 +08:00
Update demo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
//固定建表
|
||||
|
||||
Reference in New Issue
Block a user