成品即时库存
This commit is contained in:
@@ -414,8 +414,16 @@ namespace WMS.Web.Repositories.Configuration
|
||||
.SetValueComparer(valueComparer); ;
|
||||
});
|
||||
|
||||
//成品即时库存
|
||||
builder.Entity<ProductInventory>(ent =>
|
||||
{
|
||||
ent.ToTable("t_wms_product_inventory");
|
||||
ent.HasKey(x => x.Id);
|
||||
});
|
||||
|
||||
base.OnModelCreating(builder);
|
||||
}
|
||||
public DbSet<ProductInventory> ProductInventory { get; set; }
|
||||
public DbSet<Materials> Materials { get; set; }
|
||||
public DbSet<BoxMarkBillNo> BoxMarkBillNo { get; set; }
|
||||
public DbSet<BoxMark> BoxMark { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user