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