VPet.Solution 修复bug

This commit is contained in:
Hakoyu 2024-01-13 23:34:21 +08:00
parent cc9306697e
commit 04b150ebd9

View File

@ -92,7 +92,7 @@ public static class ReflectionUtils
continue;
}
if (
property.IsDefined(typeof(ReflectionPropertyAttribute))
property.IsDefined(typeof(ReflectionPropertyAttribute)) is false
&& property.IsDefined(typeof(ReflectionPropertyConverterAttribute)) is false
)
continue;