From e0d114ebf5c9160c97d241fd216048385c47af14 Mon Sep 17 00:00:00 2001 From: Zheng Date: Sun, 12 Nov 2023 17:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=20?= =?UTF-8?q?=E5=AE=9E=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Z_Business/EfdbContext/EfdbContext.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs diff --git a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs b/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs deleted file mode 100644 index 67936cc9f..000000000 --- a/WinIn.FasterZ.Wms.Be/WinIn.FasterZ.Wms/WinIn.FasterZ.Wms/src/WinIn.FasterZ.Wms.Domain/Z_Business/EfdbContext/EfdbContext.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace WinIn.FasterZ.Wms.Z_Business.EfdbContext; - -public class EfdbContext : AuditedAggregateRoot -{ - public string Hash { get; set; } = null!; - - public string Id { get; set; } = null!; -} \ No newline at end of file