namespace Admin.NET.Core; /// /// 忽略更新种子数据特性 /// [SuppressSniffer] [AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = true)] public class IgnoreUpdateAttribute : Attribute { }