mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
-
This commit is contained in:
parent
b137e42fe1
commit
27734a894c
@ -199,7 +199,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return new List<string>() { "int32", "datetime", "decimal", "double", "byte", "string" };
|
||||
return new List<string>() { "int32", "datetime", "decimal", "double", "byte" };
|
||||
}
|
||||
}
|
||||
public virtual List<string> StringThrow
|
||||
|
Loading…
Reference in New Issue
Block a user