diff --git a/Pek.AspNetCore/Models/DHMenuAttribute.cs b/Pek.AspNetCore/Models/DHMenuAttribute.cs
index 64b393a..21d5400 100644
--- a/Pek.AspNetCore/Models/DHMenuAttribute.cs
+++ b/Pek.AspNetCore/Models/DHMenuAttribute.cs
@@ -12,7 +12,7 @@ public enum MenuModes
}
/// 菜单特性
-public class MenuAttribute : Attribute
+public class DHMenuAttribute : Attribute
{
#region 属性
///
@@ -91,7 +91,7 @@ public class MenuAttribute : Attribute
///
///
///
- public MenuAttribute(Int32 order, Boolean visible = true)
+ public DHMenuAttribute(Int32 order, Boolean visible = true)
{
Order = order;
CurrentVisible = visible;