修复bug
This commit is contained in:
@@ -107,7 +107,7 @@ namespace WMS.Web.Repositories.Configuration
|
||||
|
||||
builder.Entity<OutStockErpDetails>(ent =>
|
||||
{
|
||||
ent.ToTable("t_erp_outstock_erp_details");
|
||||
ent.ToTable("t_wms_outstock_erp_details");
|
||||
ent.HasKey(x => x.Id);
|
||||
});
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user