Update DTO

This commit is contained in:
sunkaixuan 2023-10-24 17:43:28 +08:00
parent 0272e4615e
commit 2d764f9b67

View File

@ -619,6 +619,10 @@ namespace SqlSugar
{
return null;
}
if (type == typeof(string[]))
{
return null;
}
var classProperties = type.GetProperties().ToList();
if (type.Name.StartsWith("Dictionary`"))
{