mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-30 22:10:22 +08:00
Code optimization
This commit is contained in:
parent
b0a9c12cce
commit
683d1233c7
@ -347,7 +347,10 @@ namespace SqlSugar
|
||||
{
|
||||
name = name.TrimStart('U');
|
||||
}
|
||||
|
||||
if (name == "char")
|
||||
{
|
||||
name = "string";
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user