namespace Admin.NET.Core; /// /// 禁用日志特性 /// [SuppressSniffer, AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property)] public class NotLogAttribute : Attribute { }