diff --git a/src/dotnetLab.WebApi/Infrastructure/Attributes/CustomApiPermissionValidatorAttribute.cs b/src/dotnetLab.WebApi/Infrastructure/Attributes/CustomApiPermissionValidatorAttribute.cs index f822b00..d0afc9d 100644 --- a/src/dotnetLab.WebApi/Infrastructure/Attributes/CustomApiPermissionValidatorAttribute.cs +++ b/src/dotnetLab.WebApi/Infrastructure/Attributes/CustomApiPermissionValidatorAttribute.cs @@ -15,7 +15,6 @@ public CustomApiPermissionValidatorAttribute(string rule) } /// - /// eeps 的 PageUrl /// public string PermissionRule { get; set; } } \ No newline at end of file