diff --git a/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs b/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs index e4d6178eb..5b82c463f 100644 --- a/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs +++ b/Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs @@ -22,10 +22,13 @@ namespace OrmTest }; Db.CodeFirst.InitTables(); } - [SqlSugar.SugarTable("UnitCodeFirstpks3",IsDisabledDelete = true)] + [SqlSugar.SugarTable("UnitCodeFirstpks31","备注" )] public class UnitCodeFirstpks3 { public int id { get; set; } + public string name2 { get; set; } + + } public class UnitCodeFirstpks2