瀏覽代碼

实体DBSet添加

zhengly 2 年之前
父節點
當前提交
bb5cd79c56

+ 5 - 0
MicroServices/Business/Business.EntityFrameworkCore/EntityFrameworkCore/DOP/BusinessDbContext.cs

@@ -1,5 +1,6 @@
 using Business.Domain;
 using Business.StructuredDB.MES;
+using Business.StructuredDB.Production;
 using Business.StructuredDB.WMS;
 using Microsoft.EntityFrameworkCore;
 using Volo.Abp.Data;
@@ -36,6 +37,10 @@ namespace Business.EntityFrameworkCore
         public DbSet<mes_morder> mes_morder { get; set; }
         public DbSet<mes_oorder> mes_oorder { get; set; }
         public DbSet<mes_stockoccupy> mes_stockoccupy { get; set; }
+
+        public DbSet<ProdLineDetailRunCrew> ProdLineDetailRunCrew { get; set; }
+        public DbSet<ResourceOccupancyTime> ResourceOccupancyTime { get; set; }
+
         #endregion
 
         #region Sale