diff --git a/Src/Asp.NetCore2/SqlSugar/Enum/InitKeyType.cs b/Src/Asp.NetCore2/SqlSugar/Enum/InitKeyType.cs
index 55d487e46..95ab57aa6 100644
--- a/Src/Asp.NetCore2/SqlSugar/Enum/InitKeyType.cs
+++ b/Src/Asp.NetCore2/SqlSugar/Enum/InitKeyType.cs
@@ -10,6 +10,7 @@ namespace SqlSugar
///
/// Init primary key and identity key from the system table
///
+ [Obsolete("Look at the sqlsugar document entity configuration,This method relies on the database and is abandoned")]
SystemTable = 0,
///
/// Init primary key and identity key from the attribute