From 5daef21f20951b690f9b958f27b9e4fcfe689c4d Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Thu, 12 Sep 2024 23:56:42 +0800 Subject: [PATCH] =?UTF-8?q?:rocket:=20feat(=E6=96=B0=E5=A2=9E):=20?= =?UTF-8?q?=E6=89=8B=E5=86=99SQL=E5=88=86=E9=A1=B5=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bunny.Dao/Entity/BaseEntity.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Bunny.Dao/Entity/BaseEntity.cs b/Bunny.Dao/Entity/BaseEntity.cs index 69a36eb..2e8537c 100644 --- a/Bunny.Dao/Entity/BaseEntity.cs +++ b/Bunny.Dao/Entity/BaseEntity.cs @@ -24,6 +24,4 @@ public class BaseEntity [Comment("并发版本")] [Column(TypeName = "datetime")] public DateTime Version { get; set; } - - // [NotMapped] public int Total { get; set; } } \ No newline at end of file