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