优化
This commit is contained in:
@@ -369,10 +369,17 @@ namespace WMS.Web.Repositories.Configuration
|
||||
ent.ToTable("t_wms_box_mark_billno");
|
||||
ent.HasKey(x => x.Id);
|
||||
});
|
||||
//物料
|
||||
builder.Entity<Materials>(ent =>
|
||||
{
|
||||
ent.ToTable("t_wms_materials");
|
||||
ent.HasKey(x => x.Id);
|
||||
});
|
||||
|
||||
|
||||
base.OnModelCreating(builder);
|
||||
}
|
||||
public DbSet<Materials> Materials { get; set; }
|
||||
public DbSet<BoxMarkBillNo> BoxMarkBillNo { get; set; }
|
||||
public DbSet<BoxMark> BoxMark { get; set; }
|
||||
public DbSet<FileDownManager> FileDownManager { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user