Skip to content

Commit ba1237f

Browse files
committed
解决编译错误
1 parent b9d8589 commit ba1237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magicodes.ExporterAndImporter.Core/ValueMappingsBaseAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ public abstract class ValueMappingsBaseAttribute : Attribute
1616
/// </summary>
1717
/// <param name="propertyInfo"></param>
1818
/// <returns></returns>
19-
public abstract Dictionary<string, dynamic> GetMappings(PropertyInfo propertyInfo);
19+
public abstract Dictionary<string, object> GetMappings(PropertyInfo propertyInfo);
2020
}
2121
}

0 commit comments

Comments
 (0)