mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-09 07:07:59 +08:00
-
This commit is contained in:
parent
25ed6afe29
commit
0438b197f4
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user