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