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