mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update DTO
This commit is contained in:
parent
0272e4615e
commit
2d764f9b67
@ -619,6 +619,10 @@ namespace SqlSugar
|
||||
{
|
||||
return null;
|
||||
}
|
||||
if (type == typeof(string[]))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
var classProperties = type.GetProperties().ToList();
|
||||
if (type.Name.StartsWith("Dictionary`"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user