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