diff --git a/src/Magicodes.ExporterAndImporter.Core/ValueMappingsBaseAttribute.cs b/src/Magicodes.ExporterAndImporter.Core/ValueMappingsBaseAttribute.cs
index 8e00a47f..92943493 100644
--- a/src/Magicodes.ExporterAndImporter.Core/ValueMappingsBaseAttribute.cs
+++ b/src/Magicodes.ExporterAndImporter.Core/ValueMappingsBaseAttribute.cs
@@ -8,7 +8,6 @@ namespace Magicodes.IE.Core
///
/// 值映射
///
- [AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public abstract class ValueMappingsBaseAttribute : Attribute
{
///