From 8c3bd0dde7314cf7b7937f70ec2d29040f6ea988 Mon Sep 17 00:00:00 2001 From: "LAPTOP-NLSJV9RB\\91647" <916477576@qq.com> Date: Mon, 1 Apr 2024 16:17:02 +0800 Subject: [PATCH] 1 --- src/Khd.Core.EntityFramework/DefaultDbContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Khd.Core.EntityFramework/DefaultDbContext.cs b/src/Khd.Core.EntityFramework/DefaultDbContext.cs index b177cf8..fbdb7de 100644 --- a/src/Khd.Core.EntityFramework/DefaultDbContext.cs +++ b/src/Khd.Core.EntityFramework/DefaultDbContext.cs @@ -92,6 +92,7 @@ namespace Khd.Core.EntityFramework public DbSet WmsWarehouseMaterial { get; set; } public DbSet WcsOutstockLock { get; set; } + public DbSet MesBaseBarcodeInfo { get; set; } } } \ No newline at end of file