|
|
@@ -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
|