This commit is contained in:
sunkaixuan 2017-10-07 11:35:16 +08:00
parent 00acd33ed7
commit 32e4f9ee8a

View File

@ -51,5 +51,12 @@ namespace SqlSugar
}
}
public override List<string> StringThrow
{
get
{
return new List<string>() { "int32", "datetime", "decimal", "double", "byte" };
}
}
}
}