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