From 54ff61c9a77b1f36b548c7c53fc0d4ab6501bae9 Mon Sep 17 00:00:00 2001 From: skx <610262374@qq.com> Date: Thu, 11 Feb 2021 19:10:42 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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