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