This commit is contained in:
sunkaixuan 2017-10-12 13:28:01 +08:00
parent 25ed6afe29
commit 0438b197f4

View File

@ -18,6 +18,10 @@ namespace SqlSugar
{
return "long";
}
else if (dbTypeName == "int16")
{
return "short";
}
else if (propertyTypes == null)
{
return "other";