namespace Admin.NET.Core; /// <summary> /// 种子数据忽略更新,防止数据被覆盖 /// </summary> public class IgnoreUpdateAttribute : Attribute { }