mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
72ae68fca0
commit
4be4a8045b
@ -12,6 +12,10 @@ namespace SqlSugar
|
||||
return "binary";
|
||||
|
||||
var result = base.GetDbTypeName(csharpTypeName);
|
||||
if (csharpTypeName == "Single")
|
||||
{
|
||||
result = "double";
|
||||
}
|
||||
return result;
|
||||
}
|
||||
public override string GetPropertyTypeName(string dbTypeName)
|
||||
|
Loading…
Reference in New Issue
Block a user