mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
-
This commit is contained in:
@@ -18,6 +18,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return "long";
|
return "long";
|
||||||
}
|
}
|
||||||
|
else if (dbTypeName == "int16")
|
||||||
|
{
|
||||||
|
return "short";
|
||||||
|
}
|
||||||
else if (propertyTypes == null)
|
else if (propertyTypes == null)
|
||||||
{
|
{
|
||||||
return "other";
|
return "other";
|
||||||
|
Reference in New Issue
Block a user